0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Gratuitous change to get my feet wet with the new git reality. More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 145086: Use process groups to avoid a collision between dexopt and ProcessManager. If the ProcessManager thread was waiting for a child process to finish, it could inadvertently capture the exit status of dexopt. This confused the VM somewhat. With this change the dexopt child runs in its own process group, and the ProcessManager only waits for children in the parent's process group. I also now create a new process in the DexClassLoader test to check for clashes. (It's a race, but it nearly always hits on the device, and occasionally hits on desktop.) BUG=1777736 More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144931: Added a (hidden) way to "pre-cache" register maps. The 50 methods that appeared on the GC stacks of the most applications require 13KB of native heap for their uncompressed register maps, and the full set took 5ms to uncompress. Pre-computation doesn't represent a significant improvement in space or time, at the cost of a big pile of strings in ZygoteInit. I'm leaving the method in ZygoteInit, but it's not called, and the static final String[] of method descriptors is empty. We may want to revisit this later. BUG=1729570 More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144929: Manual integration of 144925. The auto-merger doesn't specify "-d", and it got hung up on out/InterpAsm-armv4.S. More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144906: Default to failure, not success. More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144842: am: CL 144841 am: CL 144839 First version of new test runner for the core tests that is able to filter tests, treat known failures, isolate tests and (experimentally) find side effects between tests. It also make it easy to run the core tests on the RI, in order to validate the suite. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
AI 144925: Rename armv4 to armv4t, which is what it really is. We don't build armv4t internally, so this is mostly for the benefit of external people working on older devices. BUG=1775623 More... over 16 years ago
AI 144841: am: CL 144839 First version of new test runner for the core tests that is able to filter tests, treat known failures, isolate tests and (experimentally) find side effects between tests. It also make it easy to run the core tests on the RI, in order to validate the suite. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144833: am: CL 144830 Bringing luni down to 15 broken tests. Not perfect, but an improvement. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago
AI 144836: am: CL 144833 am: CL 144830 Bringing luni down to 15 broken tests. Not perfect, but an improvement. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144832: am: CL 144828 Bringing RegEx down to zero broken tests. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago
AI 144835: am: CL 144832 am: CL 144828 Bringing RegEx down to zero broken tests. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144827: am: CL 144822 Bringing XML down to one broken test. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago
AI 144831: am: CL 144827 am: CL 144822 Bringing XML down to one broken test. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144821: am: CL 144818 Bringing archive down to zero broken tests. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago
AI 144826: am: CL 144821 am: CL 144818 Bringing archive down to zero broken tests. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144820: am: CL 144816 Bringing XNET down to zero broken tests. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago
AI 144825: am: CL 144820 am: CL 144816 Bringing XNET down to zero broken tests. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 144804: am: CL 144802 Bringing SQL down to zero broken tests. Restructuring some overengineered tests, so they are able to execute in the CTS host and our CoreTestRunner. Original author: jorgp Merged from: //branches/cupcake/... More... over 16 years ago