OSDN Git Service

android-x86/dalvik.git
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 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 Joe OnoratoMerge "The ICU data is no longer compiled directly...
2010-07-15 Andy McFaddenMerge "Describe dalvik.vm.extra-opts." into dalvik-dev
2010-07-15 Andy McFaddenDescribe dalvik.vm.extra-opts.
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 Andy McFaddenMerge "Update heap profiling docs."
2010-07-14 Andy McFaddenUpdate heap profiling docs.
2010-07-14 Barry HayesMerge "Revert "Fix the bitsLen calculation in aliasBitm...
2010-07-14 The Android... am c596465b: am 87e2b990: am 3f4f8ad0: am 98c2591a...
2010-07-14 The Android... am 87e2b990: am 3f4f8ad0: am 98c2591a: (-s ours) merge...
2010-07-14 The Android... am 3f4f8ad0: am 98c2591a: (-s ours) merge from open...
2010-07-14 The Android... 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 Joe OnoratoThe ICU data is no longer compiled directly into the...
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... 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 Barry HayesAdd a regression test for ClassLoader.loadClass() retur...
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 Brian MuramatsuAdd/Remove Some @KnownFailure Annotations
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...
2010-07-09 Bill Buzbeeam b6d37288: JIT: Fix for 2813841, use core regs for...
2010-07-09 Bill BuzbeeJIT: Fix for 2813841, use core regs for sub-word data
2010-07-09 Andy McFaddenMerge "Handle NULL return from class loader." into...
2010-07-09 Andy McFaddenHandle NULL return from class loader.
2010-07-09 Andy McFaddenam b122c8b1: Fix thread names.
2010-07-09 Andy McFaddenFix thread names.
2010-07-08 Barry HayesQuicker partial collection by using card marking.
2010-07-07 Andy McFaddenMerge "Only emit cat1 volatile ops in SMP builds."...
2010-07-07 Andy McFaddenOnly emit cat1 volatile ops in SMP builds.
2010-07-07 Bill BuzbeeMerge "JIT: Fix for 2813841, use core regs for sub...
2010-07-07 Bill BuzbeeJIT: Fix for 2813841, use core regs for sub-word data
2010-07-07 Andy McFaddenam e5289ebc: Merge "Use pthread_setname_np when available."
2010-07-07 Andy McFaddenMerge "Use pthread_setname_np when available."
2010-07-02 Elliott HughesMerge "Disambiguate method overloads in -Xjitverbose...
2010-07-02 Elliott HughesDisambiguate method overloads in -Xjitverbose output.
2010-07-02 Ben Chengam 1c52e6d2: Properly set the entry point for the dbg...
2010-07-02 Ben ChengProperly set the entry point for the dbg > mterp transi...
next