Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
6bf992c9d51f1e12aa37fe4c791c156402a9b79b
6bf992c
Add support for streaming hprof dumps.
by Andy McFadden
· 15 years ago
97d22df
Merge "Jit: Fix register usage bug (driveabout failure)"
by Bill Buzbee
· 15 years ago
2527f5b
Jit: Fix register usage bug (driveabout failure)
by Bill Buzbee
· 15 years ago
a97ed13
Follow the coding style to rename startJITCompilation to startJitCompilation.
by Ben Cheng
· 15 years ago
a05bfaa
Merge "Fix a couple minor bugs (bug 2404859) in TraceDump.c"
by Jack Veenstra
· 15 years ago
7eed808
Fix an off-by-one error when releasing thread ids. This is the result
by Carl Shapiro
· 15 years ago
44828ed
Fix a couple minor bugs (bug 2404859) in TraceDump.c
by Jack Veenstra
· 15 years ago
d08a265
Merge "Add a callback for the framework to explicitly enable the JIT compiler."
by Ben Cheng
· 15 years ago
6bad6a2
Add a callback for the framework to explicitly enable the JIT compiler.
by Ben Cheng
· 15 years ago
f42eb6b
Merge "Added support for filter in dmtracedump tool, along with some test cases."
by Jack Veenstra
· 15 years ago
3fb2142
Merge "Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException."
by Elliott Hughes
· 15 years ago
911c75d
Merge "Removing duplicate classes from our tests. These are obsolete with our DOMv3 support."
by Jesse Wilson
· 15 years ago
5e66e98
Merge "Jit: Rework delayed start plus misc. cleanup"
by Bill Buzbee
· 15 years ago
7f4a5ec
Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.
by Elliott Hughes
· 15 years ago
964a7b0
Jit: Rework delayed start plus misc. cleanup
by Bill Buzbee
· 15 years ago
81e8435
Merge "Double the speed of DecimalFormat creation."
by Elliott Hughes
· 15 years ago
caaa829
Merge "Sneak a method-find feature into dexlist."
by Andy McFadden
· 15 years ago
e0a1888
Fix broken build.
by Ben Cheng
· 15 years ago
7cbf8b4
Sneak a method-find feature into dexlist.
by Andy McFadden
· 15 years ago
05b0b08
Merge "Added note about NewStringUTF."
by Andy McFadden
· 15 years ago
7e7a332
Added note about NewStringUTF.
by Andy McFadden
· 15 years ago
7543381
Merge "Add a poor-man's disassembler to inspect crashes in JIT'ed code."
by Ben Cheng
· 15 years ago
c919ca5
Add a poor-man's disassembler to inspect crashes in JIT'ed code.
by Ben Cheng
· 15 years ago
61da38c
Double the speed of DecimalFormat creation.
by Elliott Hughes
· 15 years ago
d870f00
Merge "Removing dead code from our copy of Xalan."
by Jesse Wilson
· 15 years ago
7eb34cd
Removing duplicate classes from our tests. These are obsolete with our DOMv3 support.
by Jesse Wilson
· 15 years ago
8684a85
Merge "Add streaming method profiling support."
by Andy McFadden
· 15 years ago
0b4ea6c
Removing dead code from our copy of Xalan.
by Jesse Wilson
· 15 years ago
4e49205
Merge "Bring our XML APIs up to date with Java 5."
by Jesse Wilson
· 15 years ago
098d716
am ffea5ceb: am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair
by Brett Chabot
· 15 years ago
4c7a0d9
Bring our XML APIs up to date with Java 5.
by Jesse Wilson
· 15 years ago
ec4194a
am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
ef05746
Remove commented-out code.
by Elliott Hughes
· 15 years ago
d39f8ea
Merge "Fix NumberFormat's behavior with BigInteger and custom Number subclasses."
by Elliott Hughes
· 15 years ago
fc7f3e4
Fix NumberFormat's behavior with BigInteger and custom Number subclasses.
by Elliott Hughes
· 15 years ago
e0757f4
Merge "Spelling fixes"
by Brian Carlstrom
· 15 years ago
c2bca6b
Merge "Jit: Fix INSTANCE_OF corner case."
by Bill Buzbee
· 15 years ago
480e678
Jit: Fix INSTANCE_OF corner case.
by Bill Buzbee
· 15 years ago
0171812
Add streaming method profiling support.
by Andy McFadden
· 15 years ago
536a964
Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.
by Elliott Hughes
· 15 years ago
17c4196
Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.
by Elliott Hughes
· 15 years ago
c86892d
Add a java.util.Formatter test suggested by egnor months ago.
by Elliott Hughes
· 15 years ago
446c1a1
Merge "Add a cache to Currency.getInstance(Locale)."
by Elliott Hughes
· 15 years ago
d2c8d86
Merge "Eliminate the constraint that thread ids must have an LSB of 1. This doubles the space of thread ids and will break any code that assumes thread ids are odd numbered."
by Carl Shapiro
· 15 years ago
5dc6e69
Spelling fixes
by Brian Carlstrom
· 15 years ago
771f312
Add a cache to Currency.getInstance(Locale).
by Elliott Hughes
· 15 years ago
bdca5d6
Merge "Simplify our DecimalFormat."
by Elliott Hughes
· 15 years ago
59a9312
Eliminate the constraint that thread ids must have an LSB of 1. This
by Carl Shapiro
· 15 years ago
56c096f
Merge "Fix spelling of explicitly"
by Jesse Wilson
· 15 years ago
2dd38a7
Fix spelling of explicitly
by Jesse Wilson
· 15 years ago
eb5822b
Simplify our DecimalFormat.
by Elliott Hughes
· 15 years ago
5ede293
Merge "Test the lock shape before falling into the thin lock code. The original formulation of this code relied on the subtly that the low bit of a thread id is always 1 and so the shape bit was punned with LSB of the thread id. This got us two tests for the price of one. When this code was moved forward to the new lock encoding scheme, we did not crack the test in two. This should correct the oversight."
by Carl Shapiro
· 15 years ago
ef5b4d3
Test the lock shape before falling into the thin lock code. The
by Carl Shapiro
· 15 years ago
81c6614
Merge "Cause dex verification to fail if the class_defs section contains more than one definition for any given class."
by Dan Bornstein
· 15 years ago
e02aff7
Cause dex verification to fail if the class_defs section contains more
by Dan Bornstein
· 15 years ago
9e7e3d2
Merge "Including proper prefixes and qualified names in the Expat parser. Also changing our SAX codepath to always include values for optional parameters."
by Jesse Wilson
· 15 years ago
0e23809
Including proper prefixes and qualified names in the Expat parser.
by Jesse Wilson
· 15 years ago
07b3592
Restore the lock owner ahead of calling waitSetRemove.
by Carl Shapiro
· 15 years ago
5696132
Merge "Move the waitSetAppend subroutine call ahead of clearing the monitor owner. We want waitSetAppend to check the invariant that the monitor must be owned by the calling thread. Clearing the owner field prior to the call breaks this invariant and causes a assertion to fail."
by Carl Shapiro
· 15 years ago
142ef27
Move the waitSetAppend subroutine call ahead of clearing the monitor
by Carl Shapiro
· 15 years ago
9356cdf
Merge "Tighten the safe points for code cache resets to happen."
by Ben Cheng
· 15 years ago
7a0bcd0
Tighten the safe points for code cache resets to happen.
by Ben Cheng
· 15 years ago
45071dd
Fix @link and @see tags.
by Elliott Hughes
· 15 years ago
cf3f76f
Merge "java.util.Formatter javadoc fix."
by Elliott Hughes
· 15 years ago
12de347
Merge "Switch our ICU JNI over to C++ and tidy up a little."
by Elliott Hughes
· 15 years ago
0c7c39c
java.util.Formatter javadoc fix.
by Elliott Hughes
· 15 years ago
94a6dc1
Fix java.util.Formatter "%tz".
by Elliott Hughes
· 15 years ago
8308801
Merge "Rewrite java.util.Formatter documentation."
by Elliott Hughes
· 15 years ago
b641e1c
Switch our ICU JNI over to C++ and tidy up a little.
by Elliott Hughes
· 15 years ago
87fb256
Merge "Update the hash state bits when an identity hash code is computed."
by Carl Shapiro
· 15 years ago
612ae25
Rewrite java.util.Formatter documentation.
by Elliott Hughes
· 15 years ago
34e6f29
Merge "Adding support for arbitrary VM args in dalvik runner."
by Jesse Wilson
· 15 years ago
3a40bd5
Merge "Move VM feature strings (used by DDMS) into VM."
by Andy McFadden
· 15 years ago
fd52c65
Move VM feature strings (used by DDMS) into VM.
by Andy McFadden
· 15 years ago
30aa997
Update the hash state bits when an identity hash code is computed.
by Carl Shapiro
· 15 years ago
328fb8b
Adding support for arbitrary VM args in dalvik runner.
by Jesse Wilson
· 15 years ago
573960f
Teaching DalvikRunner to run arbitrary classes with main() methods.
by Jesse Wilson
· 15 years ago
63317a2
Merge "Minor tidy-up of some of the ICU interface."
by Elliott Hughes
· 15 years ago
6a39394
Revert "Temporarily disable JIT for performance A/B tests."
by android-build SharedAccount
· 15 years ago
67bfae4
Minor tidy-up of some of the ICU interface.
by Elliott Hughes
· 15 years ago
a128eb8
Merge "Temporarily disable JIT for performance A/B tests."
by Ben Cheng
· 15 years ago
ff5363b
Temporarily disable JIT for performance A/B tests.
by Ben Cheng
· 15 years ago
d651318
Merge "Remove StartCom MD5 root which is no longer in use: - Free SSL Certification Authority"
by Nagendra Modadugu
· 15 years ago
c7ad50b
Remove StartCom MD5 root which is no longer in use:
by Nagendra Modadugu
· 15 years ago
ffea5ce
am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair
by Brett Chabot
· 15 years ago
0e9d568
Merge "Mark libcore cert tests using expired certs as known failures." into eclair
by Brett Chabot
· 15 years ago
bd77fdb
Mark libcore cert tests using expired certs as known failures.
by Brett Chabot
· 15 years ago
ff3a96c
am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
c4f9330
Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
7393a17
Improve the DecimalFormat JNI.
by Elliott Hughes
· 15 years ago
19c5378
Fix String.format("%d", null) and relatives.
by Elliott Hughes
· 15 years ago
2cb386d
Merge "More java.util.Formatter performance work."
by Elliott Hughes
· 15 years ago
35138e0
More java.util.Formatter performance work.
by Elliott Hughes
· 15 years ago
7cc19ca
Merge "Remove expired root CAs: - IPS SERVIDORES/emailAddress=ips@mail.ips.es - Secure Server Certification Authority"
by Nagendra Modadugu
· 15 years ago
8dc457e
Remove expired root CAs:
by Nagendra Modadugu
· 15 years ago
afe1b35
Merge "Add StartCom CA certificates: - StartCom Certification Authority - StartCom Extended Validation Server CA"
by Nagendra Modadugu
· 15 years ago
eaccb4b
Add StartCom CA certificates:
by Nagendra Modadugu
· 15 years ago
153bcff
Merge "Add two Verisign Root CA certificates: - VeriSign Class 3 Extended Validation SSL SGC CA - VeriSign Class 3 Public Primary Certification Authority - G5"
by Nagendra Modadugu
· 15 years ago
bc4a721
Add two Verisign Root CA certificates:
by Nagendra Modadugu
· 15 years ago
49ca786
Temporarily disable code cache reset.
by Ben Cheng
· 15 years ago
Next »