- 2e3c3e1 Fix build breakage. by Barry Hayes · 15 years ago
- 44eaf24 Merge " Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the memory of freed objects." into dalvik-dev by Barry Hayes · 15 years ago
- 863ccbe Merge "HTTP headers should be case-insensitive but case-preserving." into dalvik-dev by Elliott Hughes · 15 years ago
- 5cbb230 Add the "-Xgc:[no]overwritefree" flags. When set, the GC will clobber the by Barry Hayes · 15 years ago
- b58d61f Merge "Eliminate the heap chunk abstraction. This temporarily breaks the hprof feature that allows stack traces to be associated with objects." into dalvik-dev by Carl Shapiro · 15 years ago
- 6343bd0 Eliminate the heap chunk abstraction. This temporarily breaks the by Carl Shapiro · 15 years ago
- 9a63351 Merge "Detect system-wide safe mode and configure the VM accordingly." into dalvik-dev by Ben Cheng · 15 years ago
- c5285b3 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
- b74c23a HTTP headers should be case-insensitive but case-preserving. by Elliott Hughes · 15 years ago
- c8220a0 Merge "Densely allocate mspaces. New heaps are started on the page following the break of the previously allocated heap. In addition, we shrink the reported size of the previous object bitmap so it covers only the committed range of the heap. We now separately track the size of the bitmap virtual memory reservation so we may unmap it all at shutdown time." into dalvik-dev by Carl Shapiro · 15 years ago
- 668628a Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 15 years ago
- 4eb38b7 Fix FindBugs' "high" warnings about java.lang.Class. by Elliott Hughes · 15 years ago
- 8d72480 Densely allocate mspaces. New heaps are started on the page following by Carl Shapiro · 15 years ago
- 98389d0 Eliminate unused variable warnings in the alloc code. In the places by Carl Shapiro · 15 years ago
- dfe5e38 Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev by Elliott Hughes · 15 years ago
- 73a54d5 Fix a few of our FindBugs "high" warnings. by Elliott Hughes · 15 years ago
- 4cb0102 Merge "Use one method to create a Locale from a String." into dalvik-dev by Elliott Hughes · 15 years ago
- 4562a70 Throw IllegalArgumentException if Currency.getInstance is given an invalid currency code. by Elliott Hughes · 15 years ago
- 5b11255 Use one method to create a Locale from a String. by Elliott Hughes · 15 years ago
- a1f820d Merge "Remove some potential test flakiness." into dalvik-dev by Elliott Hughes · 15 years ago
- a6d3b3b Remove some potential test flakiness. by Elliott Hughes · 15 years ago
- 7b4781a Merge "Do not include assert.h in places where it may shadow the definition provided by Common.h if WITH_DALVIK_ASSERTS is defined. The include from HeapBitmap.h was notable as it redefined the Dalvik friendly assert macro with the useless libc macro across all of the GC sources." into dalvik-dev by Carl Shapiro · 15 years ago
- e44b996 Use HAVE_ANDROID_OS to conditionally include files on a device target. by Dan Bornstein · 15 years ago
- 8eab1c5 Do not include assert.h in places where it may shadow the definition by Carl Shapiro · 15 years ago
- 878e91a Use ashmem to create the JIT code cache. by Ben Cheng · 15 years ago
- 4f9be52 Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 15 years ago
- 6f60166 Merge "Support per-application switch to execute the VM in safe mode." into dalvik-dev by Ben Cheng · 15 years ago
- f40fba7 Jit: Minor codegen tuning. by Bill Buzbee · 15 years ago
- 129b7f9 Merge "Allocate a contiguous region of virtual memory to be subdivided among the various heaps managed by the garbage collector. Because we cannot tell how far the break has been advanced by morecore, we over allocate virtual memory and grain each heap on a multiple of the maximum heap size. If we could reckon the position of the break, we could allocate just as many pages as required. This requires exporting more state from mspace.c, a refinement I will reserve for a future change list." into dalvik-dev by Carl Shapiro · 15 years ago
- a199eb7 Allocate a contiguous region of virtual memory to be subdivided among by Carl Shapiro · 15 years ago
- 6acc8e9 Added LDMIA/STMIA support to Self Verification mode. by jeffhao · 15 years ago
- 77eb0be Support per-application switch to execute the VM in safe mode. by Ben Cheng · 15 years ago
- 5e56a3c Added missing break statements and improved debugging in SelfVerification. by jeffhao · 15 years ago
- 0c0dcf2 Jit: Phase 1 of register utility cleanup/rewrite - the great renaming by Bill Buzbee · 15 years ago
- f0e620d Cleaned up uninitialized variable use warnings in Self Verification mode. by jeffhao · 15 years ago
- 7915708 Free the memory associated with the trace descriptor of dropped JIT work orders. by Ben Cheng · 15 years ago
- 94e79eb Enable JIT parameters to be initialized in an architecture dependent way. by Ben Cheng · 15 years ago
- 5e7bfdf Jit: Startup/Shutdown cleanup by Bill Buzbee · 15 years ago
- e92aa41 Jit: Remove references to interpState from C interpreter by Bill Buzbee · 15 years ago
- c3d6ff6 Fix a bug I introduced to SimpleTimeZone with my Calendar.setTimeZone fix. by Elliott Hughes · 15 years ago
- 55589b8 Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template" into dalvik-dev by Bill Buzbee · 15 years ago
- e6af13c JIT: Replace missing ending comment marker MONITOR_ENTER template by Bill Buzbee · 15 years ago
- 26079ae Merge "Track upstream fixes to two broken tests." into dalvik-dev by Elliott Hughes · 15 years ago
- fccb31d Jit: Start the Jit when framework signals on first screen draw by Bill Buzbee · 15 years ago
- c8e06c8 Eliminate the post-zygote heap and reuse the zygote allocation heap by Carl Shapiro · 15 years ago
- 8ce4676 Track upstream fixes to two broken tests. by Elliott Hughes · 15 years ago
- afec3ea Fix accidental API pollution in java.util.zip. by Elliott Hughes · 15 years ago
- 9c1df4f Merge "Fix decoding of filenames in zip files, when read by ZipFile." into dalvik-dev by Elliott Hughes · 15 years ago
- d928353 Fix decoding of filenames in zip files, when read by ZipFile. by Elliott Hughes · 15 years ago
- 88dc287 Made Self Verification mode's memory interface less intrusive. by jeffhao · 15 years ago
- ce8ecd5 Merge "Minimal fix for Calendar.setTimeZone." into dalvik-dev by Elliott Hughes · 15 years ago
- fa1cc06 Minimal fix for Calendar.setTimeZone. by Elliott Hughes · 15 years ago
- 4463904 Jit: Fix deadlock in method tracing. by Bill Buzbee · 15 years ago
- c3b92b2 Fix performance issues related to chaining and unchaining. by Ben Cheng · 15 years ago
- c9e63cb Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-dev by Elliott Hughes · 15 years ago
- e7ce72b Merge "Jit: Rework monitor enter/exit to simplify thread suspension" into dalvik-dev by Bill Buzbee · 15 years ago
- 7ef1a9f Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 15 years ago
- e664cc0 Remove a workaround for an openssl bug that's been fixed upstream. by Elliott Hughes · 15 years ago
- f5ceaeb Jit: Rework monitor enter/exit to simplify thread suspension by Bill Buzbee · 15 years ago
- 4a79c6e Fix two compiler warnings. by Elliott Hughes · 15 years ago
- 5043da6 Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it. by Elliott Hughes · 15 years ago
- d719e0e Silence "note: the mangling of 'va_list' has changed in GCC 4.4". by Elliott Hughes · 15 years ago
- f497cd8 Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 15 years ago
- ada4180 A new test suite for our XSLT transforms. by Jesse Wilson · 15 years ago
- e4402d9 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 15 years ago
- 2e5b43f Merge "Move a test I wrote under our wing." by Elliott Hughes · 15 years ago
- 43eb501 Reduce VM shutdown verbosity. by Andy McFadden · 15 years ago
- 925531b Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
- c57f1aa Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
- 2cd8930 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 15 years ago
- 5f96c13 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 15 years ago
- 2e64502 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 15 years ago
- b8db22f Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 15 years ago
- c6688e5 Merge "FindBugs didn't like setInternalField, and neither do I." by Elliott Hughes · 15 years ago
- 9c9cb2d Remove @KnownFailure from tests that now pass. by Elliott Hughes · 15 years ago
- 497f79f FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 15 years ago
- 747b9e5 Merge "Minor clarification." by Andy McFadden · 15 years ago
- f20c92f Minor clarification. by Andy McFadden · 15 years ago
- 06bb839 Jit: MethodTrace + Jit fix by Bill Buzbee · 15 years ago
- cd9f6fb Merge "Bump up the max stack depth." by Andy McFadden · 15 years ago
- fb46534 Bump up the max stack depth. by Andy McFadden · 15 years ago
- 78b3a69 Merge "Update with froyo change." by Andy McFadden · 15 years ago
- c56a551 Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 15 years ago
- 6363e0f Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
- a186475 Merge "Fix warnings in the new XML code." by Elliott Hughes · 15 years ago
- 6ceaff1 Fix warnings in the new XML code. by Elliott Hughes · 15 years ago
- e1c3cf7 Update with froyo change. by Andy McFadden · 15 years ago
- ab99870 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
- 4ec8405 Fix more harmony tests. by Elliott Hughes · 15 years ago
- 64d5daa Merge "Fix all the harmony java.util.Formatter tests." by Elliott Hughes · 15 years ago
- ba00878 Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
- 779533c Merge "Fixing a critical regression in our SAX parsing." by Jesse Wilson · 15 years ago
- 7ad3cb8 Fixing a critical regression in our SAX parsing. by Jesse Wilson · 15 years ago
- 0c8f194 Merge "Add support for streaming hprof dumps." by Andy McFadden · 15 years ago
- efd3ca6 Merge "Change DalvikRunner to use newly added OptionParser." by Brian Carlstrom · 15 years ago
- 4cde18f Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 15 years ago
- f4f81e8 Merge "Remove an obsolete assertion." by Carl Shapiro · 15 years ago
- a0e83cc Merge "Change NumberFormatTest to match ICU's behavior." by Elliott Hughes · 15 years ago
- 277320f Merge "Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down" by Bill Buzbee · 15 years ago
- 57dca84 Change NumberFormatTest to match ICU's behavior. by Elliott Hughes · 15 years ago