Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_dalvik
/
35de890fea5a12f28e4374a1581106e786bca153
35de890
Merge "Remove TestRunner.success field / Make postCompileTest return void"
by Brian Carlstrom
· 15 years ago
7fbc39c
Remove TestRunner.success field / Make postCompileTest return void
by Brian Carlstrom
· 15 years ago
91080d2
Added missing break statements and improved debugging in SelfVerification.
by jeffhao
· 15 years ago
17f843d
Merge "Jit: Phase 1 of register utility cleanup/rewrite - the great renaming"
by Bill Buzbee
· 15 years ago
c6f1066
Jit: Phase 1 of register utility cleanup/rewrite - the great renaming
by Bill Buzbee
· 15 years ago
0fe1457
Merge "DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change"
by Brian Carlstrom
· 15 years ago
3679450
DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change
by Brian Carlstrom
· 16 years ago
3e5cd17
Free the memory associated with the trace descriptor of dropped JIT work orders.
by Ben Cheng
· 15 years ago
96cfe6c
Jit: Startup/Shutdown cleanup
by Bill Buzbee
· 15 years ago
5540f6e
Jit: Remove references to interpState from C interpreter
by Bill Buzbee
· 15 years ago
7b133ef
Enable JIT parameters to be initialized in an architecture dependent way.
by Ben Cheng
· 16 years ago
dbcc7c4
Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template"
by Bill Buzbee
· 16 years ago
79842ac
JIT: Replace missing ending comment marker MONITOR_ENTER template
by Bill Buzbee
· 16 years ago
90d5f6b
Merge "Cleaned up uninitialized variable use warnings in Self Verification mode."
by Jeff Hao
· 16 years ago
e866764
Cleaned up uninitialized variable use warnings in Self Verification mode.
by jeffhao
· 16 years ago
5eda24f
Merge "Improve dexdeps output."
by Andy McFadden
· 16 years ago
837070d
Improve dexdeps output.
by Andy McFadden
· 16 years ago
eb695c6
Jit: Start the Jit when framework signals on first screen draw
by Bill Buzbee
· 16 years ago
cb1aa7c
am adbe0586: am 217f8ef4: reconcile main tree with open-source eclair
by The Android Open Source Project
· 16 years ago
adbe058
am 217f8ef4: reconcile main tree with open-source eclair
by The Android Open Source Project
· 16 years ago
217f8ef
reconcile main tree with open-source eclair
by The Android Open Source Project
· 16 years ago
7a1162d
Merge "Made Self Verification mode's memory interface less intrusive."
by Jeff Hao
· 16 years ago
9e45c0b
Made Self Verification mode's memory interface less intrusive.
by jeffhao
· 16 years ago
fdc4e57
Merge "Add two TrustCenter roots: - TC TrustCenter Class 2 CA II - TC TrustCenter Universal CA I"
by Nagendra Modadugu
· 16 years ago
7355dee
Add two TrustCenter roots:
by Nagendra Modadugu
· 16 years ago
3e39268
Jit: Fix deadlock in method tracing.
by Bill Buzbee
· 16 years ago
6d47059
Increase the size of the stack reserved area.
by Andy McFadden
· 16 years ago
4fbba1f
Fix stack overflow edge case.
by Andy McFadden
· 16 years ago
6999d84
Fix performance issues related to chaining and unchaining.
by Ben Cheng
· 16 years ago
b9126dd
Merge "Jit: Rework monitor enter/exit to simplify thread suspension"
by Bill Buzbee
· 16 years ago
8d88b18
Merge "Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All callers of this function assign the return value to an unsigned value even though this function returns -1 in the error case. This causes the error checks to succeed in cases where it should otherwise fail. Rather than return -1 on error, I have elected to return 0 instead which just happens to be compatible with all current uses."
by Carl Shapiro
· 16 years ago
c1d9ed4
Jit: Rework monitor enter/exit to simplify thread suspension
by Bill Buzbee
· 16 years ago
ddd000b
Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All
by Carl Shapiro
· 16 years ago
f497cd8
Merge "A new test suite for our XSLT transforms."
by Jesse Wilson
· 16 years ago
ada4180
A new test suite for our XSLT transforms.
by Jesse Wilson
· 16 years ago
e4402d9
Restore our ability to parse an XML Document given a File argument
by Jesse Wilson
· 16 years ago
2e5b43f
Merge "Move a test I wrote under our wing."
by Elliott Hughes
· 16 years ago
43eb501
Reduce VM shutdown verbosity.
by Andy McFadden
· 16 years ago
925531b
Move a test I wrote under our wing.
by Elliott Hughes
· 16 years ago
c57f1aa
Add a missing "static", found by FindBugs.
by Elliott Hughes
· 16 years ago
2cd8930
Merge "Fix BigDecimalTest.test_stripTrailingZero."
by Elliott Hughes
· 16 years ago
5f96c13
Fix BigDecimalTest.test_stripTrailingZero.
by Elliott Hughes
· 16 years ago
2e64502
Merge "Jit: MethodTrace + Jit fix"
by Bill Buzbee
· 16 years ago
b8db22f
Merge "Remove @KnownFailure from tests that now pass."
by Elliott Hughes
· 16 years ago
c6688e5
Merge "FindBugs didn't like setInternalField, and neither do I."
by Elliott Hughes
· 16 years ago
9c9cb2d
Remove @KnownFailure from tests that now pass.
by Elliott Hughes
· 16 years ago
497f79f
FindBugs didn't like setInternalField, and neither do I.
by Elliott Hughes
· 16 years ago
747b9e5
Merge "Minor clarification."
by Andy McFadden
· 16 years ago
f20c92f
Minor clarification.
by Andy McFadden
· 16 years ago
06bb839
Jit: MethodTrace + Jit fix
by Bill Buzbee
· 16 years ago
cd9f6fb
Merge "Bump up the max stack depth."
by Andy McFadden
· 16 years ago
fb46534
Bump up the max stack depth.
by Andy McFadden
· 16 years ago
78b3a69
Merge "Update with froyo change."
by Andy McFadden
· 16 years ago
c56a551
Fix "unmappable character for ascii" warnings in libcore tests.
by Elliott Hughes
· 16 years ago
6363e0f
Fix varargs warnings in libcore tests.
by Elliott Hughes
· 16 years ago
a186475
Merge "Fix warnings in the new XML code."
by Elliott Hughes
· 16 years ago
6ceaff1
Fix warnings in the new XML code.
by Elliott Hughes
· 16 years ago
e1c3cf7
Update with froyo change.
by Andy McFadden
· 16 years ago
ab99870
Fix fallback in Currency.getSymbol(Locale).
by Elliott Hughes
· 16 years ago
4ec8405
Fix more harmony tests.
by Elliott Hughes
· 16 years ago
64d5daa
Merge "Fix all the harmony java.util.Formatter tests."
by Elliott Hughes
· 16 years ago
ba00878
Fix all the harmony java.util.Formatter tests.
by Elliott Hughes
· 16 years ago
779533c
Merge "Fixing a critical regression in our SAX parsing."
by Jesse Wilson
· 16 years ago
7ad3cb8
Fixing a critical regression in our SAX parsing.
by Jesse Wilson
· 16 years ago
0c8f194
Merge "Add support for streaming hprof dumps."
by Andy McFadden
· 16 years ago
efd3ca6
Merge "Change DalvikRunner to use newly added OptionParser."
by Brian Carlstrom
· 16 years ago
4cde18f
Change DalvikRunner to use newly added OptionParser.
by Brian Carlstrom
· 16 years ago
f4f81e8
Merge "Remove an obsolete assertion."
by Carl Shapiro
· 16 years ago
a0e83cc
Merge "Change NumberFormatTest to match ICU's behavior."
by Elliott Hughes
· 16 years ago
277320f
Merge "Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down"
by Bill Buzbee
· 16 years ago
692ddd7
reconcile android-2.1_r1 snapshot
by The Android Open Source Project
· 16 years ago
57dca84
Change NumberFormatTest to match ICU's behavior.
by Elliott Hughes
· 16 years ago
94d89f8
Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down
by Bill Buzbee
· 16 years ago
6bf992c
Add support for streaming hprof dumps.
by Andy McFadden
· 16 years ago
387a504
Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject.
by Elliott Hughes
· 16 years ago
357b342
Remove an obsolete assertion.
by Carl Shapiro
· 16 years ago
601fa04
Fix a Formatter test that I checked in broken.
by Elliott Hughes
· 16 years ago
29fb2ca
Merge "Use DecimalFormatSymbols' new default constructor for speed."
by Elliott Hughes
· 16 years ago
97d22df
Merge "Jit: Fix register usage bug (driveabout failure)"
by Bill Buzbee
· 16 years ago
2527f5b
Jit: Fix register usage bug (driveabout failure)
by Bill Buzbee
· 16 years ago
b7df12f
Use DecimalFormatSymbols' new default constructor for speed.
by Elliott Hughes
· 16 years ago
a97ed13
Follow the coding style to rename startJITCompilation to startJitCompilation.
by Ben Cheng
· 16 years ago
a05bfaa
Merge "Fix a couple minor bugs (bug 2404859) in TraceDump.c"
by Jack Veenstra
· 16 years ago
7eed808
Fix an off-by-one error when releasing thread ids. This is the result
by Carl Shapiro
· 16 years ago
44828ed
Fix a couple minor bugs (bug 2404859) in TraceDump.c
by Jack Veenstra
· 16 years ago
d08a265
Merge "Add a callback for the framework to explicitly enable the JIT compiler."
by Ben Cheng
· 16 years ago
6bad6a2
Add a callback for the framework to explicitly enable the JIT compiler.
by Ben Cheng
· 16 years ago
f42eb6b
Merge "Added support for filter in dmtracedump tool, along with some test cases."
by Jack Veenstra
· 16 years ago
3fb2142
Merge "Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException."
by Elliott Hughes
· 16 years ago
911c75d
Merge "Removing duplicate classes from our tests. These are obsolete with our DOMv3 support."
by Jesse Wilson
· 16 years ago
5e66e98
Merge "Jit: Rework delayed start plus misc. cleanup"
by Bill Buzbee
· 16 years ago
7f4a5ec
Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.
by Elliott Hughes
· 16 years ago
964a7b0
Jit: Rework delayed start plus misc. cleanup
by Bill Buzbee
· 16 years ago
81e8435
Merge "Double the speed of DecimalFormat creation."
by Elliott Hughes
· 16 years ago
caaa829
Merge "Sneak a method-find feature into dexlist."
by Andy McFadden
· 16 years ago
e0a1888
Fix broken build.
by Ben Cheng
· 16 years ago
7cbf8b4
Sneak a method-find feature into dexlist.
by Andy McFadden
· 16 years ago
05b0b08
Merge "Added note about NewStringUTF."
by Andy McFadden
· 16 years ago
7e7a332
Added note about NewStringUTF.
by Andy McFadden
· 16 years ago
7543381
Merge "Add a poor-man's disassembler to inspect crashes in JIT'ed code."
by Ben Cheng
· 16 years ago
Next »