Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
libcore
/
71c6f9e7ecc49ddee3039b7682d424124c867398
71c6f9e
Removing dead code from our copy of Xalan.
by Jesse Wilson
· 15 years ago
cf952b2
Merge "Bring our XML APIs up to date with Java 5."
by Jesse Wilson
· 15 years ago
1969145
am ffea5ceb: am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair
by Brett Chabot
· 15 years ago
320c989
Bring our XML APIs up to date with Java 5.
by Jesse Wilson
· 15 years ago
a2263b5
am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
8c7e05b
Remove commented-out code.
by Elliott Hughes
· 15 years ago
5d3c272
Merge "Fix NumberFormat's behavior with BigInteger and custom Number subclasses."
by Elliott Hughes
· 15 years ago
d7e81f7
Fix NumberFormat's behavior with BigInteger and custom Number subclasses.
by Elliott Hughes
· 15 years ago
97291a4
Merge "Spelling fixes"
by Brian Carlstrom
· 15 years ago
d36ad6f
Merge "Jit: Fix INSTANCE_OF corner case."
by Bill Buzbee
· 15 years ago
66fa772
Jit: Fix INSTANCE_OF corner case.
by Bill Buzbee
· 15 years ago
820dd9b
Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.
by Elliott Hughes
· 15 years ago
1efbe33
Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.
by Elliott Hughes
· 15 years ago
c316190
Add a java.util.Formatter test suggested by egnor months ago.
by Elliott Hughes
· 15 years ago
32349b1
Merge "Add a cache to Currency.getInstance(Locale)."
by Elliott Hughes
· 15 years ago
56a39dc
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
b75c8c1
Spelling fixes
by Brian Carlstrom
· 15 years ago
96474a0
Add a cache to Currency.getInstance(Locale).
by Elliott Hughes
· 15 years ago
0fa728d
Merge "Simplify our DecimalFormat."
by Elliott Hughes
· 15 years ago
563ce2e
Eliminate the constraint that thread ids must have an LSB of 1. This
by Carl Shapiro
· 15 years ago
4bce89c
Merge "Fix spelling of explicitly"
by Jesse Wilson
· 15 years ago
c70dab2
Fix spelling of explicitly
by Jesse Wilson
· 15 years ago
f2d5062
Simplify our DecimalFormat.
by Elliott Hughes
· 15 years ago
31d3150
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
69c6e1f
Test the lock shape before falling into the thin lock code. The
by Carl Shapiro
· 15 years ago
c32ee69
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
b178993
Cause dex verification to fail if the class_defs section contains more
by Dan Bornstein
· 15 years ago
8c41c72
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
df36e8c
Including proper prefixes and qualified names in the Expat parser.
by Jesse Wilson
· 15 years ago
40b7bc1
Restore the lock owner ahead of calling waitSetRemove.
by Carl Shapiro
· 15 years ago
6924a3d
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
eb31566
Move the waitSetAppend subroutine call ahead of clearing the monitor
by Carl Shapiro
· 15 years ago
ab3c1e0
Merge "Tighten the safe points for code cache resets to happen."
by Ben Cheng
· 15 years ago
72f2f57
Tighten the safe points for code cache resets to happen.
by Ben Cheng
· 15 years ago
2c93c5c
Fix @link and @see tags.
by Elliott Hughes
· 15 years ago
c212f3a
Merge "java.util.Formatter javadoc fix."
by Elliott Hughes
· 15 years ago
56e0e09
Merge "Switch our ICU JNI over to C++ and tidy up a little."
by Elliott Hughes
· 15 years ago
4d75637
java.util.Formatter javadoc fix.
by Elliott Hughes
· 15 years ago
cb4ede2
Fix java.util.Formatter "%tz".
by Elliott Hughes
· 15 years ago
8b11fbf
Merge "Rewrite java.util.Formatter documentation."
by Elliott Hughes
· 15 years ago
1698d14
Switch our ICU JNI over to C++ and tidy up a little.
by Elliott Hughes
· 15 years ago
5779933
Merge "Update the hash state bits when an identity hash code is computed."
by Carl Shapiro
· 15 years ago
707352f
Rewrite java.util.Formatter documentation.
by Elliott Hughes
· 15 years ago
29d8606
Merge "Adding support for arbitrary VM args in dalvik runner."
by Jesse Wilson
· 15 years ago
b6c8366
Merge "Move VM feature strings (used by DDMS) into VM."
by Andy McFadden
· 15 years ago
d3c419d
Move VM feature strings (used by DDMS) into VM.
by Andy McFadden
· 15 years ago
16edac4
Update the hash state bits when an identity hash code is computed.
by Carl Shapiro
· 15 years ago
6d0d1f4
Adding support for arbitrary VM args in dalvik runner.
by Jesse Wilson
· 15 years ago
a38a001
Teaching DalvikRunner to run arbitrary classes with main() methods.
by Jesse Wilson
· 15 years ago
289093d
Merge "Minor tidy-up of some of the ICU interface."
by Elliott Hughes
· 15 years ago
1f7cfbe
Revert "Temporarily disable JIT for performance A/B tests."
by android-build SharedAccount
· 15 years ago
4722f16
Minor tidy-up of some of the ICU interface.
by Elliott Hughes
· 15 years ago
e062a43
Merge "Temporarily disable JIT for performance A/B tests."
by Ben Cheng
· 15 years ago
67297b6
Temporarily disable JIT for performance A/B tests.
by Ben Cheng
· 15 years ago
110e7dc
Merge "Remove StartCom MD5 root which is no longer in use: - Free SSL Certification Authority"
by Nagendra Modadugu
· 15 years ago
d7473b7
Remove StartCom MD5 root which is no longer in use:
by Nagendra Modadugu
· 15 years ago
f9fe44b
am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair
by Brett Chabot
· 15 years ago
67204c7
Merge "Mark libcore cert tests using expired certs as known failures." into eclair
by Brett Chabot
· 15 years ago
021b1ec
Mark libcore cert tests using expired certs as known failures.
by Brett Chabot
· 15 years ago
12f67c2
am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
e7a431c
Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
b56d4f1
Improve the DecimalFormat JNI.
by Elliott Hughes
· 15 years ago
b2d899b
Fix String.format("%d", null) and relatives.
by Elliott Hughes
· 15 years ago
c6136a7
Merge "More java.util.Formatter performance work."
by Elliott Hughes
· 15 years ago
7bf5734
More java.util.Formatter performance work.
by Elliott Hughes
· 15 years ago
76378e1
Merge "Remove expired root CAs: - IPS SERVIDORES/emailAddress=ips@mail.ips.es - Secure Server Certification Authority"
by Nagendra Modadugu
· 15 years ago
1c56221
Remove expired root CAs:
by Nagendra Modadugu
· 15 years ago
562a87d
Merge "Add StartCom CA certificates: - StartCom Certification Authority - StartCom Extended Validation Server CA"
by Nagendra Modadugu
· 15 years ago
2447f77
Add StartCom CA certificates:
by Nagendra Modadugu
· 15 years ago
7b0a694
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
c11381e
Add two Verisign Root CA certificates:
by Nagendra Modadugu
· 15 years ago
529651a
Temporarily disable code cache reset.
by Ben Cheng
· 15 years ago
8a68cad
Merge "Eliminate unused variables."
by Carl Shapiro
· 15 years ago
ee1dbc5
Eliminate unused variables.
by Carl Shapiro
· 15 years ago
3c583fa
Merge "Scrubbing some jtreg bugs."
by Jesse Wilson
· 15 years ago
22da437
Scrubbing some jtreg bugs.
by Jesse Wilson
· 15 years ago
4c5cbf2
One true way to query "java.net.preferIPv6Addresses".
by Elliott Hughes
· 15 years ago
048303b
Rewrite InetAddress' DNS cache.
by Elliott Hughes
· 15 years ago
528bfec
Merge "Fix chaining offset mis-calculation for translations w/ large switch statements."
by Ben Cheng
· 15 years ago
ee65fb0
Fix chaining offset mis-calculation for translations w/ large switch statements.
by Ben Cheng
· 15 years ago
aa6c33c
Fix Formatter's behavior with %% and %n.
by Elliott Hughes
· 15 years ago
087b5a8
Merge "Speed up Character."
by Elliott Hughes
· 15 years ago
9ded0f2
Fix a NPE in java.util.Formatter.
by Ficus Kirkpatrick
· 15 years ago
978ff72
Merge "Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today"
by Ben Cheng
· 15 years ago
05dd5e4
Fix bad long negate; bug 2373405 - EnumSetTest failure with JIT today
by Bill Buzbee
· 15 years ago
e42c62c
Speed up Character.
by Elliott Hughes
· 15 years ago
fd93d51
Merge "Fix Date.toString."
by Elliott Hughes
· 15 years ago
e1e5e8e
Fix Date.toString.
by Elliott Hughes
· 15 years ago
d2dac79
Merge "Restore threshold to 200 as a temporary workaround"
by Bill Buzbee
· 15 years ago
b64c406
Merge "Remove the last bits of the ICU ResourceBundle hack."
by Elliott Hughes
· 15 years ago
c21adef
Restore threshold to 200 as a temporary workaround
by Bill Buzbee
· 15 years ago
6974236
Merge "Separately sweep the monitor list before sweeping the heap. Required for the copying collector so we can abandon objects without examining their headers. There is a liminal reduction in sweep time when using the non-moving collector. In addition, this change uncomments a call to free to reclaim the monitor when its owning object is unmarked."
by Carl Shapiro
· 15 years ago
aba52f9
Remove the last bits of the ICU ResourceBundle hack.
by Elliott Hughes
· 15 years ago
ddebec1
Support primitive array elements in annotations.
by Andy McFadden
· 15 years ago
9ffd6e5
Merge "Fix a comment."
by Elliott Hughes
· 15 years ago
0c2f8b9
Integrate call-graph information into JIT method blacklist.
by Ben Cheng
· 15 years ago
034d31a
Merge "Performance tweak for Jit lookup & adjust table sizes for better performance"
by Bill Buzbee
· 15 years ago
fafc801
Fix a comment.
by Elliott Hughes
· 15 years ago
d8170b3
Make Formatter %d cost about the same as %s (i.e. 60% faster).
by Elliott Hughes
· 15 years ago
63f3e28
Performance tweak for Jit lookup & adjust table sizes for better performance
by Bill Buzbee
· 15 years ago
Next »