- a00d4a9 Scrubbing some jtreg bugs. by Jesse Wilson · 16 years ago
- a998416 Merge "Fix a typo in "dalvikvm --help" output." by Elliott Hughes · 16 years ago
- a8e7dc8 Fix a typo in "dalvikvm --help" output. by Elliott Hughes · 16 years ago
- 09037a6 Merge "Tear down the code cache when it is full and restart from scratch." by Ben Cheng · 16 years ago
- 60c24f4 Tear down the code cache when it is full and restart from scratch. by Ben Cheng · 16 years ago
- cadf50b Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 16 years ago
- 5f56e67 Invert a conditional to make it correctly specified. Without this by Carl Shapiro · 16 years ago
- c9bb8b9 Last bunch of NumberFormat speedups. by Elliott Hughes · 16 years ago
- 81315cc Merge "Remove references to the old wait implementation in various comments. Also, move the waitMutex above the values it guards to improve the readability of the Thread structure." by Carl Shapiro · 16 years ago
- e018985 Fix a broken test. by Elliott Hughes · 16 years ago
- f6089c1 Merge "Speed up DecimalFormatSymbols." by Elliott Hughes · 16 years ago
- b453919 Remove references to the old wait implementation in various comments. by Carl Shapiro · 16 years ago
- 32881d7 Speed up DecimalFormatSymbols. by Elliott Hughes · 16 years ago
- a031dd3 Merge "Remove the case where we make it hard to tell that a GC takes a long time." by Barry Hayes · 16 years ago
- 3136413 Remove the case where we make it hard to tell that a GC takes a long time. by Barry Hayes · 16 years ago
- 3a68495 Merge "New implementation of wait, notify, and notifyAll. Uses an explicit queue to represent the wait set instead of the implicit queue within the monitor condition variable." by Carl Shapiro · 16 years ago
- 17fba1e Merge "Percolate the reason for a GC up far enough to print out in logging messages." by Barry Hayes · 16 years ago
- 1b9b4e4 Percolate the reason for a GC up far enough to print out in logging messages. by Barry Hayes · 16 years ago
- 77f52eb New implementation of wait, notify, and notifyAll. Uses an explicit by Carl Shapiro · 16 years ago
- cfb66e8 Fix build (accidental API leak). by Elliott Hughes · 16 years ago
- 91271be Merge "Stop using ResourceBundle for locale data." by Elliott Hughes · 16 years ago
- e3c868c Stop using ResourceBundle for locale data. by Elliott Hughes · 16 years ago
- 15812f1 I did not reconcile my change to remove the Lock structure from Object by Carl Shapiro · 16 years ago
- 8d7f9b2 Supersede the Lock union type with a word-sized integer in the object by Carl Shapiro · 16 years ago
- 4ef41b2 Merge change I71938023 by Android (Google) Code Review · 16 years ago
- 2c02ed1 Merge change Ic4433c3d by Android (Google) Code Review · 16 years ago
- d0937ef Jit: Update monitor lock/unlock to reflect thinlock changes (I34b20f49) by Bill Buzbee · 16 years ago
- a1eeebe Merge change I47ec52f4 by Android (Google) Code Review · 16 years ago
- 3129abf am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 16 years ago
- d3b0645 am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 16 years ago
- 6cdbef5 Merge change I1d9b205f into eclair by Android (Google) Code Review · 16 years ago
- 7193802 Assert that the incoming thread and monitor objects are not NULL. The by Carl Shapiro · 16 years ago
- 8ba0b9b Skip locale dependent libcore tests if required locales are not present. by Brett Chabot · 16 years ago
- 6930a11 The FANCY_REFERENCE_SUBCLASS code is based on a misconception of what the VM by Barry Hayes · 16 years ago
- 6d76eb5 Merge change I23ada0f9 by Android (Google) Code Review · 16 years ago
- fe91bce Merge change I06f254ec by Android (Google) Code Review · 16 years ago
- 686f4ce Merge change I72a49a6f by Android (Google) Code Review · 16 years ago
- 7bbb9ce Initialize the arg variables to avoid an uninitialized use compiler by Carl Shapiro · 16 years ago
- 23ada0f More ICU cleanup. by Elliott Hughes · 16 years ago
- 576c788 Merge change I88786692 by Android (Google) Code Review · 16 years ago
- f94f1ec Merge change I8cf2b8be by Android (Google) Code Review · 16 years ago
- 77be50c Merge change I6f22b22e by Android (Google) Code Review · 16 years ago
- 8cf2b8b Remove dead code from the garbage collector. A previous commit by Carl Shapiro · 16 years ago
- c01ed7a Fixing BigDecimal.stripLeadingZeroes on "0e100", as discovered by jtreg. by Jesse Wilson · 16 years ago
- bc64d78 Remove conditionally compiled code for monitor-only locks. by Carl Shapiro · 16 years ago
- d195554 Fix leaks in ICU JNI. by Elliott Hughes · 16 years ago
- dc2e882 Merge change I34b20f49 by Android (Google) Code Review · 16 years ago
- 94338aa Repurpose bits 1 and 2 of the lockword for encoding the hash state of by Carl Shapiro · 16 years ago
- e166582 Merge change Iaa2af1ad by Android (Google) Code Review · 16 years ago
- cb1732a Speed up the way we access ICU's locale data. by Elliott Hughes · 16 years ago
- 91ed4f8 resolved conflicts for merge of 4923840c to master by Scott Main · 16 years ago
- 4923840 resolved conflicts for merge of ed7b1e77 to eclair-plus-aosp by Scott Main · 16 years ago
- ed7b1e7 Merge change I0ffa1dd4 into eclair by Android (Google) Code Review · 16 years ago
- 0ffa1dd doc change: fix a broken link in class summary by Scott Main · 16 years ago
- a5412be More expectations for our test runs by Jesse Wilson · 16 years ago
- 55be805 Fixing the XML emitter to honor the expectations file. by Jesse Wilson · 16 years ago
- b78a6ce Fix CurrencyTest's expectation for CAD in fr_FR. by Elliott Hughes · 16 years ago
- aabd077 Merge change Ic3780383 by Android (Google) Code Review · 16 years ago
- 29c3f75 Fixing a busted regex in the expectations file. Also doing regex checking upfront. by Jesse Wilson · 16 years ago
- c378038 Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negative values. by Elliott Hughes · 16 years ago
- dd0155c Adding expectations for a bunch of jtreg tests. by Jesse Wilson · 16 years ago
- dcdba25 Merge change I1e941570 by Android (Google) Code Review · 16 years ago
- 369a8d2 Depessimize string conversions. by Elliott Hughes · 16 years ago
- 5eab246 Merge change I60383632 by Android (Google) Code Review · 16 years ago
- b813e89 Merge change I1ecd9dcd by Android (Google) Code Review · 16 years ago
- be9dbaf Merge change I83849e4a by Android (Google) Code Review · 16 years ago
- 62d162c Improve our java.util.Locale documentation. by Elliott Hughes · 16 years ago
- 3ddac0e Rename dalvik_jtreg to dalvik_runner. by Jesse Wilson · 16 years ago
- 96e0f63 Fixing clean to use rm -rf so it won't fail if the directory wasn't ever created. by Jesse Wilson · 16 years ago
- 5442d46 Use writev() for DDMS packets. by Andy McFadden · 16 years ago
- 33a2bad Merge change Ib1d8044e by Android (Google) Code Review · 16 years ago
- b1d8044 Jit: Briefly delay start of Jit'ng in attempt to avoid compiling init code by Bill Buzbee · 16 years ago
- e5dd7dd Merge change Iac175b4f by Android (Google) Code Review · 16 years ago
- ac175b4 Two minor JNI fixes. by Andy McFadden · 16 years ago
- 42c5eb3 Cleaning up after each test to avoid exhausting disk space. by Jesse Wilson · 16 years ago
- 79cff99 Merge change Ice913bbd by Android (Google) Code Review · 16 years ago
- 1ce48da Make java.lang.Character fast. by Elliott Hughes · 16 years ago
- 1efdf68 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 16 years ago
- 06f254e Clean up some misunderstanding about what mspaces are: by Barry Hayes · 16 years ago
- dbd28bb Adding some debugging to help figure out why our tests aren't completing. by Jesse Wilson · 16 years ago
- d092359 Merge change I24ac537c by Android (Google) Code Review · 16 years ago
- 24ac537 Move VFP register save/restore routines from template to codegen. by Ben Cheng · 16 years ago
- 9537a12 Merge change Id6bd7c81 by Android (Google) Code Review · 16 years ago
- 9ad626d Making helper threads daemons in the jtreg runner. by Jesse Wilson · 16 years ago
- 72e7c5a Update luni package to Harmony r888752. by Jesse Wilson · 16 years ago
- 0b08961 Merge change Iadae8af9 by Android (Google) Code Review · 16 years ago
- adae8af Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 16 years ago
- 1a9530e Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 16 years ago
- 3a11a1b Fix our test runner to look inside source files for package declarations. by Elliott Hughes · 16 years ago
- 45594ac Fix dalvik_jtreg build. by Elliott Hughes · 16 years ago
- d80ecb4 Merge change I326caaa3 by Android (Google) Code Review · 16 years ago
- 50b6d1a Fix our SSLSession implementations to call valueUnbound on remove. by Elliott Hughes · 16 years ago
- 84ef982 Merge change Id2be5eb7 by Android (Google) Code Review · 16 years ago
- d1f2515 am 61fdb24e: (-s ours) am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 16 years ago
- d2be5eb Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 16 years ago
- 9c9a7be Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. by Elliott Hughes · 16 years ago
- 61fdb24 am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 16 years ago
- c79b8cb Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 16 years ago
- 173411f Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 16 years ago
- 519b145 Merge change I1d96b51e by Android (Google) Code Review · 16 years ago