aboutsummaryrefslogtreecommitdiff
path: root/vm/Init.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the old forcecopy in favor of the new.Elliott Hughes2011-04-271-1/+1
| | | | | | | | | Also remove some more half-baked multi-VM cruft, fix command-line parsing (so -Xforcecopy-fuck-yeah won't work any more), and remove an unused #define. Bug: 3412449 Change-Id: If914e23dd3bbcf0ac113a445777e0f550ca05703
* Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy.Elliott Hughes2011-04-261-1/+2
| | | | | | | | | In particular, this spots the BreakIterator bug that forcecopy didn't. It's about 2x slower than regular forcecopy mode, so I've added a new option rather than just replace the fast-but-less-effective forcecopy. Bug: 3412449 Change-Id: I1f226ceeab2508dff607ba25b0afee51cf9c3f83
* Move JNIHelp's implementation to C++.Elliott Hughes2011-04-251-1/+1
| | | | | | Ouch. Change-Id: I81c0457a95549f1bef7cc8d9ab23d6ca4475cdb5
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-13/+13
| | | | Change-Id: Ica749f6defa890363ec531b29e25bc415dc2cbb9
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+1785
Change-Id: Id8693208d2741c55a7b0474d1264f2112019d11f