OSDN Git Service

Remove an unused member from the mark context.
[android-x86/dalvik.git] / vm /
2010-07-30 Carl ShapiroRemove an unused member from the mark context.
2010-07-29 Carl ShapiroRe-enable the concurrent GC.
2010-07-29 Brian CarlstromMerge "Allow the VM to suspend while the heap worker...
2010-07-29 Carl ShapiroAllow the VM to suspend while the heap worker initializes.
2010-07-29 buzbeeJIT: temporarily disable the JIT and concurrent GC...
2010-07-28 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-07-28 Carl ShapiroUse the card marks to find gray objects during a concur...
2010-07-28 Andy McFaddenMerge "Verify jmethodID when calling methods." into...
2010-07-28 Carl ShapiroRemove an obsolete member reference.
2010-07-28 Carl ShapiroMerge "Separately report thread suspension and garbage...
2010-07-28 Carl ShapiroSeparately report thread suspension and garbage collect...
2010-07-27 Andy McFaddenVerify jmethodID when calling methods.
2010-07-27 Brian CarlstromMerge commit '1daf86bdb630efa96147220019e1a97c853ed3d2...
2010-07-26 Carl ShapiroMerge "Remove some partial gc code." into dalvik-dev
2010-07-23 Carl ShapiroInflate excessively reacquired thin locks.
2010-07-23 Carl ShapiroRemove some partial gc code.
2010-07-23 Carl ShapiroMerge "Drive the root verification by a root visitor...
2010-07-23 Carl ShapiroDrive the root verification by a root visitor.
2010-07-22 buzbeeMerge "x86 interpreter write barrier support" into...
2010-07-22 Carl ShapiroMerge "New string intern table without immortal bits...
2010-07-22 Carl ShapiroNew string intern table without immortal bits.
2010-07-22 buzbeex86 interpreter write barrier support
2010-07-22 buzbeeMerge "JIT: Support for Dalvik volatiles (issue 2781881...
2010-07-21 buzbeeJIT: Support for Dalvik volatiles (issue 2781881)
2010-07-21 Barry HayesIn sweepBitmapCallback, index into ptrs, rather than...
2010-07-21 Barry HayesMerge "Fixup a failing assert." into dalvik-dev
2010-07-21 Barry HayesFixup a failing assert.
2010-07-21 Elliott HughesMerge "Be less misleading when something goes wrong...
2010-07-21 Elliott HughesBe less misleading when something goes wrong early.
2010-07-21 Barry HayesMerge "When aliasing a bitmap, use smallest available...
2010-07-20 Barry HayesWhen aliasing a bitmap, use smallest available limit.
2010-07-20 Barry HayesMerge "Port the improved 087 test back to test 086...
2010-07-20 Andy McFaddenMerge "Add class checks in AllocObject / NewObject...
2010-07-20 Barry HayesMerge "Remove #ifdef 0 code in removeCollectedObject...
2010-07-20 Andy McFaddenAdd class checks in AllocObject / NewObject.
2010-07-20 Barry HayesRemove #ifdef 0 code in removeCollectedObject.
2010-07-20 Barry HayesMerge "Add a regression test. dvmFreeClassInnards had...
2010-07-19 Carl ShapiroRevert "When aliasing a bitmap, use smallest available...
2010-07-19 Andy McFaddenMerge "Implement JDWP ArrayType.NewInstance." into...
2010-07-19 Andy McFaddenImplement JDWP ArrayType.NewInstance.
2010-07-19 Andy McFaddenam b037a464: Don\'t do heap dump on SIGUSR1.
2010-07-19 Andy McFaddenImplement JNI UnregisterNatives.
2010-07-16 Andy McFaddenDon't do heap dump on SIGUSR1.
2010-07-15 Elliott HughesMerge "Tracing for developers of native methods." into...
2010-07-15 Elliott HughesTracing for developers of native methods.
2010-07-15 Brian CarlstromMerge commit 'ba7e99a13ccb03611781cfec2631303cc042c76a...
2010-07-15 Carl ShapiroMerge "Fix a crash during the VM shutdown." into dalvik-dev
2010-07-15 Jesse WilsonMerge "Caching the class name on the Java heap." into...
2010-07-15 Joe Onoratoam 58b0f67f: am 1c3da619: am 0f0e6f10: Merge "The ICU...
2010-07-15 Bill BuzbeeJIT: Fix for 2813841, use core regs for sub-word data
2010-07-15 Joe Onoratoam 1c3da619: am 0f0e6f10: Merge "The ICU data is no...
2010-07-15 Carl ShapiroFix a crash during the VM shutdown.
2010-07-15 Joe Onoratoam 0f0e6f10: Merge "The ICU data is no longer compiled...
2010-07-15 Andy McFaddenMerge "Describe dalvik.vm.extra-opts." into dalvik-dev
2010-07-15 Barry HayesMake dvmVerifyCardTable more resiliant, and move invoca...
2010-07-15 Barry HayesMake dvmCardTableStartup be more independant of HeapSou...
2010-07-15 Jesse WilsonCaching the class name on the Java heap.
2010-07-14 Andy McFaddenam 23280a25: Merge "Update heap profiling docs."
2010-07-14 Barry HayesMerge "Revert "Fix the bitsLen calculation in aliasBitm...
2010-07-14 The Android Open... am c596465b: am 87e2b990: am 3f4f8ad0: am 98c2591a...
2010-07-14 The Android Open... am 87e2b990: am 3f4f8ad0: am 98c2591a: (-s ours) merge...
2010-07-14 The Android Open... am 3f4f8ad0: am 98c2591a: (-s ours) merge from open...
2010-07-14 The Android Open... am 98c2591a: (-s ours) merge from open-source froyo
2010-07-14 buzbeeMerge "Interpreter & JIT support for write barriers...
2010-07-14 Barry HayesRevert "Fix the bitsLen calculation in aliasBitmap."
2010-07-14 Barry HayesMerge "Fix the bitsLen calculation in aliasBitmap....
2010-07-14 Carl ShapiroMerge "Make the visitor routines inlined." into dalvik-dev
2010-07-14 Carl ShapiroMake the visitor routines inlined.
2010-07-14 Carl ShapiroMerge "Use the dvmAllocRegion instead of ashmem and...
2010-07-14 Carl ShapiroUse the dvmAllocRegion instead of ashmem and mmap.
2010-07-13 Barry HayesFix the bitsLen calculation in aliasBitmap.
2010-07-13 The Android Open... merge from open-source froyo
2010-07-13 Barry HayesMerge "Add a regression test for ClassLoader.loadClass...
2010-07-13 Carl ShapiroMerge "Remove redundant "#ifndef NDEBUG" guarding asser...
2010-07-13 buzbeeInterpreter & JIT support for write barriers
2010-07-13 Andy McFaddenam 4b851a75: Allow heap dump requests with a FileDescri...
2010-07-13 Andy McFaddenAllow heap dump requests with a FileDescriptor arg.
2010-07-13 Carl ShapiroRemove redundant "#ifndef NDEBUG" guarding asserts.
2010-07-13 Carl ShapiroMerge "Use "long" instead of the more verbose but equiv...
2010-07-13 Carl ShapiroRemove a stray log statement.
2010-07-13 Carl ShapiroUse "long" instead of the more verbose but equivalent...
2010-07-13 Carl ShapiroMerge "Simplify heap bitmap allocation." into dalvik-dev
2010-07-12 Carl ShapiroSimplify heap bitmap allocation.
2010-07-12 Carl ShapiroMerge "Minor clean-ups of the reference processing...
2010-07-12 Barry HayesMerge "Make the write barrier calls in ObjectInlines...
2010-07-12 Carl ShapiroMerge "Make concurrent mark-and-sweep the default....
2010-07-12 Carl ShapiroMake concurrent mark-and-sweep the default.
2010-07-12 Carl ShapiroMinor clean-ups of the reference processing code.
2010-07-12 Barry HayesMove the biasedCardTableBase out of the non-public...
2010-07-12 Barry HayesMake the write barrier calls in ObjectInlines condition...
2010-07-10 Carl ShapiroMerge "Remove a mostly obsolete comment and fix some...
2010-07-10 Carl ShapiroRemove a mostly obsolete comment and fix some formatting.
2010-07-10 Carl ShapiroWhen aliasing a bitmap, use smallest available limit.
2010-07-10 Carl ShapiroMake the compiler's MIN and MAX macros globally visible.
2010-07-10 Carl ShapiroUse the new pendingNext field to thread pending references.
2010-07-09 Barry HayesMerge "Some formatting and commenting clean-up." into...
2010-07-09 Barry HayesSome formatting and commenting clean-up.
2010-07-09 buzbeeam 2566990f: resolved conflicts for merge of c62fc717...
2010-07-09 buzbeeresolved conflicts for merge of c62fc717 to master
2010-07-09 Bill Buzbeeam 856d111c: am b6d37288: JIT: Fix for 2813841, use...
next