OSDN Git Service

android-x86/dalvik.git
2010-08-19 Jesse WilsonSupport dalvikvm on a Linux x86 host
2010-08-16 Ben ChengRename registers on inlined instructions that use wide...
2010-08-09 Carl ShapiroFix the ordering of lock acquisition in the heap worker.
2010-08-09 Dan BornsteinFix a couple copyright headers that aren't in the presc...
2010-08-04 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-08-03 Ben ChengAdd a missing branch for inlined direct getters.
2010-08-02 Ben ChengImplement method inlining for getters/setters
2010-07-31 Carl Shapiroam 4dc622c5: Remove the dvmHeapSizeChanged no-op routine.
2010-07-31 Carl ShapiroRemove the dvmHeapSizeChanged no-op routine.
2010-07-31 Carl Shapiroam 6fa09f77: Fix the format conversions, again.
2010-07-31 Carl ShapiroFix the format conversions, again.
2010-07-31 Carl Shapiroam 4d529be0: Fix log message format conversions and...
2010-07-30 Carl ShapiroFix log message format conversions and remove uneeded...
2010-07-30 Carl Shapiroam 5488c8b2: Merge "Change dvmHeapBitmapXorWalk to...
2010-07-30 Carl ShapiroMerge "Change dvmHeapBitmapXorWalk to dvmHeapBitmapSwee...
2010-07-30 buzbeeam f3e71ffb: Merge "JIT: Fix for Issue 2881687 - fix...
2010-07-30 buzbeeMerge "JIT: Fix for Issue 2881687 - fix volatiles and...
2010-07-30 Barry HayesChange dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk.
2010-07-30 Elliott HughesMerge "Switch -Xjnitrace over to using a custom JNI...
2010-07-30 Elliott HughesSwitch -Xjnitrace over to using a custom JNI bridge.
2010-07-30 Carl Shapiroam 79a76f30: Remove the seldom used overwrite free...
2010-07-30 Carl ShapiroRemove the seldom used overwrite free code.
2010-07-30 Carl Shapiroam a20a9929: Move LIKELY and UNLIKELY to a public heade...
2010-07-30 Carl ShapiroMove LIKELY and UNLIKELY to a public header file.
2010-07-30 Dan Bornsteinam 577534a4: am 486e2d58: am 7f626db7: I got tired...
2010-07-30 Dan Bornsteinam 486e2d58: am 7f626db7: I got tired of rewriting...
2010-07-30 Dan Bornsteinam 7f626db7: I got tired of rewriting something like...
2010-07-30 Dan BornsteinI got tired of rewriting something like this text into...
2010-07-30 buzbeeJIT: Fix for Issue 2881687 - fix volatiles and re-enabl...
2010-07-30 Barry HayesChange dvmHeapBitmapXorWalk to dvmHeapBitmapSweepWalk.
2010-07-30 Barry HayesBreak apart the swapping of the mark and live bitmaps...
2010-07-30 Carl Shapiroam 006346e8: Change the bitmap callback signature to...
2010-07-30 Carl ShapiroChange the bitmap callback signature to have a void...
2010-07-30 Carl Shapiroam 995b5ae8: Merge "Remove unused limits.h include...
2010-07-30 Carl ShapiroMerge "Remove unused limits.h include and fix sys/mman...
2010-07-30 Carl ShapiroRemove unused limits.h include and fix sys/mman.h inclu...
2010-07-30 Carl Shapiroam a363035f: Remove an unused member from the mark...
2010-07-30 Carl ShapiroRemove an unused member from the mark context.
2010-07-29 Carl Shapiroam 7a57d5b7: Re-enable the concurrent GC.
2010-07-29 Carl ShapiroRe-enable the concurrent GC.
2010-07-29 Brian Carlstromam deac1a95: Merge "Allow the VM to suspend while the...
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 buzbeeam 35ff69be: JIT: temporarily disable the JIT and concu...
2010-07-29 buzbeeJIT: temporarily disable the JIT and concurrent GC...
2010-07-29 Brian Carlstromam e6899ef5: Merge remote branch \'goog/dalvik-dev...
2010-07-29 Carl ShapiroFix a crash during VM shutdown.
2010-07-29 Carl ShapiroMerge "Allow the VM to suspend while the heap worker...
2010-07-28 Carl ShapiroUpdate the atomics test for the new atomics API.
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-24 Carl ShapiroAllow the VM to suspend while the heap worker initializes.
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 HayesPort the improved 087 test back to test 086.
2010-07-20 Barry HayesMerge "Add a regression test. dvmFreeClassInnards had...
2010-07-20 Barry HayesAdd a regression test. dvmFreeClassInnards had a defect...
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...
next