- 4ab3f75 Revert "When aliasing a bitmap, use smallest available limit." by Carl Shapiro · 15 years ago
- 7e5a2d7 Merge "Implement JDWP ArrayType.NewInstance." into dalvik-dev by Andy McFadden · 15 years ago
- 884cd42 Implement JDWP ArrayType.NewInstance. by Andy McFadden · 15 years ago
- 541c94e am b037a464: Don\'t do heap dump on SIGUSR1. by Andy McFadden · 15 years ago
- 1e83b4d Implement JNI UnregisterNatives. by Andy McFadden · 15 years ago
- b037a46 Don't do heap dump on SIGUSR1. by Andy McFadden · 15 years ago
- 6310c78 Merge "Tracing for developers of native methods." into dalvik-dev by Elliott Hughes · 15 years ago
- 8afa9df Tracing for developers of native methods. by Elliott Hughes · 15 years ago
- 4a40879 Merge commit 'ba7e99a13ccb03611781cfec2631303cc042c76a' into mm by Brian Carlstrom · 15 years ago
- 8e7704d Merge "Fix a crash during the VM shutdown." into dalvik-dev by Carl Shapiro · 15 years ago
- 5cc52be Merge "Caching the class name on the Java heap." into dalvik-dev by Jesse Wilson · 15 years ago
- 1425417 am 58b0f67f: am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
- 58b0f67 am 1c3da619: am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
- d7de450 Fix a crash during the VM shutdown. by Carl Shapiro · 15 years ago
- 1c3da61 am 0f0e6f10: Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
- 0f0e6f1 Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 15 years ago
- 9defb09 Merge "Describe dalvik.vm.extra-opts." into dalvik-dev by Andy McFadden · 15 years ago
- d8b5bd1 Describe dalvik.vm.extra-opts. by Andy McFadden · 15 years ago
- 9d2902a Make dvmVerifyCardTable more resiliant, and move invocation to start by Barry Hayes · 15 years ago
- b874ab9 Make dvmCardTableStartup be more independant of HeapSource startup. by Barry Hayes · 15 years ago
- 62c3493 Caching the class name on the Java heap. by Jesse Wilson · 15 years ago
- 5b544eb am 23280a25: Merge "Update heap profiling docs." by Andy McFadden · 15 years ago
- 23280a2 Merge "Update heap profiling docs." by Andy McFadden · 15 years ago
- 1da7522 Update heap profiling docs. by Andy McFadden · 15 years ago
- f1fac12 Merge "Revert "Fix the bitsLen calculation in aliasBitmap."" into dalvik-dev by Barry Hayes · 15 years ago
- 2429a79 am c596465b: am 87e2b990: am 3f4f8ad0: am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
- c596465 am 87e2b990: am 3f4f8ad0: am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
- 87e2b99 am 3f4f8ad0: am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
- 3f4f8ad am 98c2591a: (-s ours) merge from open-source froyo by The Android Open Source Project · 15 years ago
- 79a98c6 Merge "Interpreter & JIT support for write barriers" into dalvik-dev by buzbee · 15 years ago
- f16e9ed Revert "Fix the bitsLen calculation in aliasBitmap." by Barry Hayes · 15 years ago
- e13936b Merge "Fix the bitsLen calculation in aliasBitmap." into dalvik-dev by Barry Hayes · 15 years ago
- fa09ccb Merge "Make the visitor routines inlined." into dalvik-dev by Carl Shapiro · 15 years ago
- ddb0c1c Make the visitor routines inlined. by Carl Shapiro · 15 years ago
- ba6e940 Merge "Use the dvmAllocRegion instead of ashmem and mmap." into dalvik-dev by Carl Shapiro · 15 years ago
- a447b49 The ICU data is no longer compiled directly into the shared library. by Joe Onorato · 15 years ago
- 742c445 Use the dvmAllocRegion instead of ashmem and mmap. by Carl Shapiro · 15 years ago
- 87a48d2 Fix the bitsLen calculation in aliasBitmap. by Barry Hayes · 15 years ago
- 98c2591 merge from open-source froyo by The Android Open Source Project · 15 years ago
- 814eed6 Merge "Add a regression test for ClassLoader.loadClass() returning null." into dalvik-dev by Barry Hayes · 15 years ago
- b4c8c67 Merge "Remove redundant "#ifndef NDEBUG" guarding asserts." into dalvik-dev by Carl Shapiro · 15 years ago
- fbb80d7 Add a regression test for ClassLoader.loadClass() returning null. by Barry Hayes · 15 years ago
- 919eb06 Interpreter & JIT support for write barriers by buzbee · 15 years ago
- c0f52a1 am 4b851a75: Allow heap dump requests with a FileDescriptor arg. by Andy McFadden · 15 years ago
- 4b851a7 Allow heap dump requests with a FileDescriptor arg. by Andy McFadden · 15 years ago
- aca6ec8 Remove redundant "#ifndef NDEBUG" guarding asserts. by Carl Shapiro · 15 years ago
- d2f3ff7 Merge "Use "long" instead of the more verbose but equivalent "long int"." into dalvik-dev by Carl Shapiro · 15 years ago
- 9da2fc0 Remove a stray log statement. by Carl Shapiro · 15 years ago
- 9cbece2 Use "long" instead of the more verbose but equivalent "long int". by Carl Shapiro · 15 years ago
- 887faa5 Merge "Simplify heap bitmap allocation." into dalvik-dev by Carl Shapiro · 15 years ago
- 3db1ad3 Simplify heap bitmap allocation. by Carl Shapiro · 15 years ago
- 351a6bc Merge "Minor clean-ups of the reference processing code." into dalvik-dev by Carl Shapiro · 15 years ago
- 19d178e Add/Remove Some @KnownFailure Annotations by Brian Muramatsu · 15 years ago
- d5c4001 Merge "Make the write barrier calls in ObjectInlines conditional; if the value being stored is NULL, no write barrier call is needed." into dalvik-dev by Barry Hayes · 15 years ago
- 748529d Merge "Make concurrent mark-and-sweep the default." into dalvik-dev by Carl Shapiro · 15 years ago
- 03b837b Make concurrent mark-and-sweep the default. by Carl Shapiro · 15 years ago
- a1b03a9 Minor clean-ups of the reference processing code. by Carl Shapiro · 15 years ago
- 4496ed9 Move the biasedCardTableBase out of the non-public GcHeap structure, by Barry Hayes · 15 years ago
- 4ac66a9 Make the write barrier calls in ObjectInlines conditional; if the by Barry Hayes · 15 years ago
- 09bd801 Merge "Remove a mostly obsolete comment and fix some formatting." into dalvik-dev by Carl Shapiro · 15 years ago
- 34f5199 Remove a mostly obsolete comment and fix some formatting. by Carl Shapiro · 15 years ago
- 740cd29 When aliasing a bitmap, use smallest available limit. by Carl Shapiro · 15 years ago
- 99fc456 Make the compiler's MIN and MAX macros globally visible. by Carl Shapiro · 15 years ago
- 2a6f484 Use the new pendingNext field to thread pending references. by Carl Shapiro · 15 years ago
- 0f9a5b3 Merge "Some formatting and commenting clean-up." into dalvik-dev by Barry Hayes · 15 years ago
- 8f921a7 Some formatting and commenting clean-up. by Barry Hayes · 15 years ago
- b7e5192 am 2566990f: resolved conflicts for merge of c62fc717 to master by buzbee · 15 years ago
- 2566990 resolved conflicts for merge of c62fc717 to master by buzbee · 15 years ago
- c62fc71 am 856d111c: am b6d37288: JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
- 856d111 am b6d37288: JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
- b6d3728 JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
- 8916e97 Merge "Handle NULL return from class loader." into dalvik-dev by Andy McFadden · 15 years ago
- d0f0ee6 Handle NULL return from class loader. by Andy McFadden · 15 years ago
- e7a37d5 am b122c8b1: Fix thread names. by Andy McFadden · 15 years ago
- b122c8b Fix thread names. by Andy McFadden · 15 years ago
- 6e5cf60 Quicker partial collection by using card marking. by Barry Hayes · 15 years ago
- 3be6164 Merge "Only emit cat1 volatile ops in SMP builds." into dalvik-dev by Andy McFadden · 15 years ago
- 139516e Only emit cat1 volatile ops in SMP builds. by Andy McFadden · 15 years ago
- 903405d Merge "JIT: Fix for 2813841, use core regs for sub-word data" into dalvik-dev by Bill Buzbee · 15 years ago
- 749e816 JIT: Fix for 2813841, use core regs for sub-word data by Bill Buzbee · 15 years ago
- f5dcfc8 am e5289ebc: Merge "Use pthread_setname_np when available." by Andy McFadden · 15 years ago
- e5289eb Merge "Use pthread_setname_np when available." by Andy McFadden · 15 years ago
- 41f27a0 Merge "Disambiguate method overloads in -Xjitverbose output." into dalvik-dev by Elliott Hughes · 15 years ago
- cc6fac8 Disambiguate method overloads in -Xjitverbose output. by Elliott Hughes · 15 years ago
- bf8c557 am 1c52e6d2: Properly set the entry point for the dbg > mterp transition. by Ben Cheng · 15 years ago
- 1c52e6d Properly set the entry point for the dbg > mterp transition. by Ben Cheng · 15 years ago
- 791802c Add two new stubs to fix the copying collector build. by Carl Shapiro · 15 years ago
- 5617ad3 Minor clean-up of thread status changes. by Carl Shapiro · 15 years ago
- ec47e2e Allow allocation during a concurrent GC. by Carl Shapiro · 15 years ago
- 44104e9 resolved conflicts for merge of 225bfdd0 to dalvik-dev by Carl Shapiro · 15 years ago
- 225bfdd Merge "Eliminate the only use of the releasing swap name." by Carl Shapiro · 15 years ago
- d09b642 am bdddc792: am c399a2ca: merge from open-source master by The Android Open Source Project · 15 years ago
- bdddc79 am c399a2ca: merge from open-source master by The Android Open Source Project · 15 years ago
- 22ec609 Use pthread_setname_np when available. by Andy McFadden · 15 years ago
- c399a2c merge from open-source master by The Android Open Source Project · 15 years ago
- 034125a Don't prelink dalvik for x86 by Bruce Beare · 15 years ago
- 453e05f Eliminate the only use of the releasing swap name. by Carl Shapiro · 15 years ago
- 2a4bb43 am de833dc1: am 14628323: am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago
- de833dc am 14628323: am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago
- 1462832 am 79d2a00a: am 6296a2e8: Jit: Fix for 2793725 SIGSEGV in JIT code cache by Bill Buzbee · 15 years ago