Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
156c1d30b7306a94b24f0fd4be6579da98ad2b3a
156c1d3
Merge change I7d18e38e
by Android (Google) Code Review
· 15 years ago
3875353
Merge change I6d8a640c
by Android (Google) Code Review
· 15 years ago
7d18e38
Added additional DEX checksum.
by Andy McFadden
· 15 years ago
a2500b8
Merge change I1ede83b7
by Android (Google) Code Review
· 15 years ago
2c5e736
Make java.util.Formatter perform acceptably (and fix two jtreg failures).
by Elliott Hughes
· 15 years ago
1ede83b
Reduce spin-on-suspend complaints.
by Andy McFadden
· 15 years ago
a1fec09
Merge change I909b4182
by Android (Google) Code Review
· 15 years ago
909b418
Jit: Fix for 2187020, bad exception recovery from native invoke static
by Bill Buzbee
· 15 years ago
67e0451
Merge change I352c5d87
by Android (Google) Code Review
· 15 years ago
2c0a22e
More jtreg+JUnit love. Getting JUnit to work off-device.
by Jesse Wilson
· 15 years ago
4f8af49
Merge change I147cfdcf
by Android (Google) Code Review
· 15 years ago
67e41c9
JUnit support for jtreg runner. This makes it so that a single command
by Jesse Wilson
· 15 years ago
905fa1b
Merge change I310502fa
by Android (Google) Code Review
· 15 years ago
310502f
Enable CheckJNI on core tests.
by Andy McFadden
· 15 years ago
a7a9a14
Rudimentary JNI method arg checking.
by Andy McFadden
· 15 years ago
f0a97fa
Merge change I45d6e22b
by Android (Google) Code Review
· 15 years ago
0e60527
Jit: shift bug fix - 2296099
by Bill Buzbee
· 15 years ago
12def72
Update makefile comments.
by Andy McFadden
· 15 years ago
0d3eb1e
Merge change I47b9b7f9
by Android (Google) Code Review
· 15 years ago
8d96060
Replaced all versions of binarySearch with better versions.
by Joshua Bloch
· 15 years ago
47b9b7f
DPQ Comment cleanup (and a few very minor code changes)
by Joshua Bloch
· 15 years ago
f40b67b
Merge change I9d0bdb0b
by Android (Google) Code Review
· 15 years ago
9d0bdb0
Update docs for debugger change.
by Andy McFadden
· 15 years ago
7006487
More java.io.File improvements.
by Elliott Hughes
· 15 years ago
a951d2c
Fix File.isHidden and File.listRoots.
by Elliott Hughes
· 15 years ago
557f551
Merge change I5ec3a381
by Android (Google) Code Review
· 15 years ago
e73a971
Changing JtregRunner to support running tests off device.
by Jesse Wilson
· 15 years ago
3115d5a
Merge change I869898f1
by Android (Google) Code Review
· 15 years ago
869898f
Fix an assertion.
by Andy McFadden
· 15 years ago
36e4222
am e732bb04: am 1c7705b6: Merge change I96996494 into eclair-mr2
by Elliott Hughes
· 15 years ago
e732bb0
am 1c7705b6: Merge change I96996494 into eclair-mr2
by Elliott Hughes
· 15 years ago
1c7705b
Merge change I96996494 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
9699649
Fix browser crashes if server certificates have > 32 subjectAltNames.
by Elliott Hughes
· 15 years ago
5b03ff7
A few notes on why we don't cache canonical paths.
by Jesse Wilson
· 15 years ago
56ea4a4
Merge change I518925b0
by Android (Google) Code Review
· 15 years ago
5b596f3
am 683daacf: (-s ours) am d1aead76: Merge change Ie21b2327 into eclair-mr2
by Jesse Wilson
· 15 years ago
683daac
am d1aead76: Merge change Ie21b2327 into eclair-mr2
by Jesse Wilson
· 15 years ago
d1aead7
Merge change Ie21b2327 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
88e58db
DO NOT MERGE: Removing the use of FileCanonPathCache.
by Jesse Wilson
· 15 years ago
242a9c8
Merge change I9189bd9d
by Android (Google) Code Review
· 15 years ago
a171559
Fix java.io.File's JNI's fixed-length buffers.
by Elliott Hughes
· 15 years ago
b1406fa
Merge change Iff90b1aa
by Android (Google) Code Review
· 15 years ago
ff8edb2
Merge change I72b1f303
by Android (Google) Code Review
· 15 years ago
518925b
Fix windows SDK build.
by Andy McFadden
· 15 years ago
0569b66
Merge change I4bd6f817
by Android (Google) Code Review
· 15 years ago
e372360
Replaced primitive sorts with Iaroslavski, Bentley, and Bloch's Dual Pivot Quicksort.
by Joshua Bloch
· 15 years ago
72b1f30
Add a comment.
by Elliott Hughes
· 15 years ago
ff90b1a
Explicitly ignore non-IPv4/IPv6 addresses from IFA_ADDRESS.
by Elliott Hughes
· 15 years ago
ce46c94
Jit: Support for inline-execute/range [issue 2268232]
by Bill Buzbee
· 15 years ago
f9f3328
Jit: Misc fixes, move_exception, blocking mode, self-cosim
by Bill Buzbee
· 15 years ago
5d90c20
Restructure the codegen to make architectural depedency explicit.
by Ben Cheng
· 15 years ago
ec6029a
Merge change I9fa3ef2c
by Android (Google) Code Review
· 15 years ago
123fdbf
Merge change I2807742e
by Android (Google) Code Review
· 15 years ago
2807742
Switch java_io_File.c over to C++.
by Elliott Hughes
· 15 years ago
63a8f17
am 070dbac8: am 0dfef7bc: Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects
by Dan Egnor
· 15 years ago
070dbac
am 0dfef7bc: Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects
by Dan Egnor
· 15 years ago
0dfef7b
Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects
by Dan Egnor
· 15 years ago
1809072
Rewrite NetworkInterface's JNI for IPv6.
by Elliott Hughes
· 15 years ago
5ff343e
Merge change I952e8040
by Android (Google) Code Review
· 15 years ago
952e804
Implement ZoneInfo.toString for debugging convenience.
by Elliott Hughes
· 15 years ago
0998df5
Fix heap profiling doc.
by Andy McFadden
· 15 years ago
b0a0541
Add execute-inline/range instruction.
by Andy McFadden
· 15 years ago
ab875c7
Jit: fix for string/indexOf handler.
by Bill Buzbee
· 15 years ago
142ea85
Merge change I8cd9a083
by Android (Google) Code Review
· 15 years ago
3758ae7
Fix KXmlSerializer so it won't generate invalid XML.
by Elliott Hughes
· 15 years ago
34542d6
Don't ignore errors on expected result, compile, or install in jtreg runner.
by Jesse Wilson
· 15 years ago
47b85a2
Merge change Id856eca6
by Android (Google) Code Review
· 15 years ago
3c39af9
am 50f82ad4: am 08e0023c: Merge change I42d17725 into eclair-mr2
by Dan Egnor
· 15 years ago
e237e47
am 239e94f6: am 28ac5b8c: Merge change I77af8135 into eclair-mr2
by Elliott Hughes
· 15 years ago
50f82ad
am 08e0023c: Merge change I42d17725 into eclair-mr2
by Dan Egnor
· 15 years ago
239e94f
am 28ac5b8c: Merge change I77af8135 into eclair-mr2
by Elliott Hughes
· 15 years ago
08e0023
Merge change I42d17725 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
28ac5b8
Merge change I77af8135 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
43e38da
am 52d2e5f4: am 08c24984: Merge change I0ee370b9 into eclair-mr2
by Elliott Hughes
· 15 years ago
52d2e5f
am 08c24984: Merge change I0ee370b9 into eclair-mr2
by Elliott Hughes
· 15 years ago
08c2498
Merge change I0ee370b9 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
345a256
protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH
by Jean-Baptiste Queru
· 15 years ago
bb3b16f
Cache NumberFormat and DecimalFormatSymbols objects in a ThreadLocal,
by Dan Egnor
· 15 years ago
bf681e9
am d3864b20: am dced7947: Reduce logging.
by Andy McFadden
· 15 years ago
77af813
Fix Formatter.format's handling of Formattable.
by Elliott Hughes
· 15 years ago
0ee370b
Consistently use Formatter's cached NumberFormat.
by Elliott Hughes
· 15 years ago
d3864b2
am dced7947: Reduce logging.
by Andy McFadden
· 15 years ago
2545b76
Merge change I49b05da2
by Android (Google) Code Review
· 15 years ago
dced794
Reduce logging.
by Andy McFadden
· 15 years ago
094afca
Various XML fixes.
by Elliott Hughes
· 15 years ago
f4a4542
Merge change I117408b2
by Android (Google) Code Review
· 15 years ago
a70d6c8
Merge change Id8a539c6
by Android (Google) Code Review
· 15 years ago
d8a539c
Suppressing an invalid test that's checking implementation details.
by Jesse Wilson
· 15 years ago
b5ebe47
Restore support for DEX on FAT.
by Andy McFadden
· 15 years ago
e7989ac
Merge change I4c0dedfd
by Android (Google) Code Review
· 15 years ago
233a860
Specifying the /tmp directory and other properties for test runs.
by Jesse Wilson
· 15 years ago
4c0dedf
Jit: string's compareTo performance improvement.
by Bill Buzbee
· 15 years ago
9651693
Change the way breakpoints work.
by Andy McFadden
· 15 years ago
62beb8b
Merge change I690f0051
by Android (Google) Code Review
· 15 years ago
690f005
Fixing a simple concurrency issue in the jtreg runner.
by Jesse Wilson
· 15 years ago
cf9208f
Merge change If8e2929a
by Android (Google) Code Review
· 15 years ago
6000b5a
Merge change Id979947d
by Android (Google) Code Review
· 15 years ago
1729d0b
am d829c399: merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
d829c39
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
16b9435
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
Next »