OSDN Git Service

misc DalvikRunner changes
[android-x86/dalvik.git] / vm / Sync.h
2010-03-16 Carl ShapiroMerge "Include strings.h directly for its ffs prototype."
2010-03-16 Brian CarlstromMerge "make DalvikRunner ignore .#Foo.java files" into...
2010-03-16 Jesse WilsonMerge "First half of JSON Javadocs."
2010-03-15 Carl ShapiroMerge "Eliminate unused heap bitmap functions. This...
2010-03-15 Ben ChengMerge "Fix the JIT blocking mode to unblock itself."
2010-03-15 Andy McFaddenMerge "Try to show lock owner in MONITOR thread dump."
2010-03-15 Andy McFaddenTry to show lock owner in MONITOR thread dump.
2010-03-15 Bill Buzbeeam 62145b47: Merge "Jit: Minor cleanup - enum size...
2010-03-15 Ben Chengam bcdd4b09: Increase the SHORT_DELAY amount in the...
2010-03-15 Andy McFaddenTry to show lock owner in MONITOR thread dump.
2010-03-03 Elliott Hughesam b16b78db: am 275acdff: Copy Froyo\'s version of...
2010-02-24 Andy McFaddenam cf4e8b02: Merge "This is a contribution of x86-atom...
2010-02-17 Elliott HughesMerge "Add a general-purpose scoped pointer for libcore...
2010-02-11 Jesse WilsonMerge "Fixing some of our XSLT implementation issues."
2010-02-11 The Android Open... am a38780c9: merge from open-source master
2010-02-06 Elliott HughesMerge "Track upstream fixes to two broken tests." into...
2010-02-06 Bill BuzbeeJit: Start the Jit when framework signals on first...
2010-02-05 Jeff HaoMerge "Cleaned up uninitialized variable use warnings...
2010-02-05 Andy McFaddenMerge "Improve dexdeps output."
2010-02-05 Bill BuzbeeJit: Start the Jit when framework signals on first...
2010-02-05 The Android Open... am adbe0586: am 217f8ef4: reconcile main tree with...
2010-02-04 Nagendra ModaduguMerge "Add two TrustCenter roots: - TC TrustCenter...
2010-02-03 Carl ShapiroMerge "Fix a long standing bug within dvmHeapSourceGetO...
2010-02-02 Jesse WilsonMerge "A new test suite for our XSLT transforms."
2010-01-30 Jesse WilsonMerge "Fixing a critical regression in our SAX parsing."
2010-01-30 Andy McFaddenMerge "Add support for streaming hprof dumps."
2010-01-29 Brian CarlstromMerge "Change DalvikRunner to use newly added OptionPar...
2010-01-29 Carl ShapiroMerge "Remove an obsolete assertion."
2010-01-29 Elliott HughesMerge "Change NumberFormatTest to match ICU's behavior."
2010-01-29 Bill BuzbeeMerge "Jit: Fix for [Issue 2406862] Compiler thread...
2010-01-29 Bill BuzbeeJit: Fix for [Issue 2406862] Compiler thread preventing...
2010-01-28 Jack VeenstraMerge "Added support for filter in dmtracedump tool...
2010-01-28 Brett Chabotam ffea5ceb: am 0e9d568e: Merge "Mark libcore cert...
2010-01-28 Brett Chabotam ff3a96c9: am c4f93305: Fix for DecimalFormatTest...
2010-01-26 Jesse WilsonMerge "Including proper prefixes and qualified names...
2010-01-23 Elliott HughesMerge "Switch our ICU JNI over to C++ and tidy up a...
2010-01-23 Elliott HughesMerge "Rewrite java.util.Formatter documentation."
2010-01-23 Carl ShapiroMerge "Update the hash state bits when an identity...
2010-01-22 Carl ShapiroUpdate the hash state bits when an identity hash code...
2010-01-20 Jesse WilsonMerge "Scrubbing some jtreg bugs."
2010-01-14 Bill BuzbeeMerge "Restore threshold to 200 as a temporary workaround"
2010-01-14 Elliott HughesMerge "Remove the last bits of the ICU ResourceBundle...
2010-01-13 Carl ShapiroMerge "Separately sweep the monitor list before sweepin...
2010-01-12 Carl ShapiroSeparately sweep the monitor list before sweeping the...
2010-01-12 Brett Chabotam 82e86144: am 56176a05: Fix ScannerTest failures.
2010-01-11 Brett Chabotam eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_se...
2010-01-05 Elliott HughesMerge "Speed up DecimalFormatSymbols."
2010-01-05 Barry HayesMerge "Remove the case where we make it hard to tell...
2010-01-05 Carl ShapiroMerge "New implementation of wait, notify, and notifyAl...
2010-01-04 Carl ShapiroNew implementation of wait, notify, and notifyAll....
2010-01-04 Elliott HughesMerge "Stop using ResourceBundle for locale data."
2009-12-23 Carl ShapiroSupersede the Lock union type with a word-sized integer...
2009-12-22 Brett Chabotam d3b06457: am 6cdbef55: Merge change I1d9b205f into...
2009-12-22 Android (Google... Merge change I06f254ec
2009-12-22 Android (Google... Merge change I88786692
2009-12-22 Android (Google... Merge change I8cf2b8be
2009-12-22 Android (Google... Merge change I6f22b22e
2009-12-22 Carl ShapiroRemove conditionally compiled code for monitor-only...
2009-12-21 Android (Google... Merge change I34b20f49
2009-12-21 Carl ShapiroRepurpose bits 1 and 2 of the lockword for encoding...
2009-03-04 The Android Open... auto import from //depot/cupcake/@135843
2009-03-04 The Android Open... auto import from //depot/cupcake/@135843
2008-12-19 Jean-Baptiste QueruMerge commit 'remotes/korg/cupcake'
2008-12-18 The Android Open... Code drop from //branches/cupcake/...@124589
2008-10-21 The Android Open... Initial Contribution