0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge change 10723 More... about 16 years ago
Merge change 7773 More... about 16 years ago
Fix mangling to translate dollar signs. More... about 16 years ago
Fix mangling to translate dollar signs (to allow Scala methods). More... about 16 years ago
Polish JIT trace profiling and fix a unchaining bug when profiling is enabled. More... about 16 years ago
Merge change 7487 More... about 16 years ago
Indirect reference table implementation. More... about 16 years ago
Merge change 7550 More... about 16 years ago
Fixing wakeups caused by Thread.join() interacting with LockSupport.unpark. More... about 16 years ago
Merge change 7442 More... about 16 years ago
Merge change 7474 More... about 16 years ago
Fixed a tiny bug in TimSort that slightly affects performance on small arrays Martin Buchholz discovered this bug by running all tests with assertions enabled. That's the only way he could have discovered it, as it doesn't affect correctness:) The assertion that failed was the one at the head of countRunAndMakeAscending. The cause was that I called the method with (a, start, length) instead of (a, start, end). More... about 16 years ago
am 6fbc4eb4: Merge change 7410 into donut More... about 16 years ago
Throw OutOfMemoryError on oversize array allocs. More... about 16 years ago
Merge change 6983 More... about 16 years ago
Make verifier field/method resolution conformant. More... about 16 years ago
Merge change 7410 into donut More... about 16 years ago
Fix bug: Arrays.deepToSting renders "[null]" as "null"; "[[]]" as "[]"; etc. More... about 16 years ago
Merge change 7162 More... about 16 years ago
Merge change 7171 More... about 16 years ago
Add real info. More... about 16 years ago
Throw a pre-fabricated NoClassDefFoundError. More... about 16 years ago
am 798e7434: (-s ours) Don\'t init class during reflection signature scan. More... about 16 years ago
Merge change 7034 More... about 16 years ago
Added note about unaligned doubles. More... about 16 years ago
am 2b828991: (-s ours) Remove races from JNI_OnLoad invocation. More... about 16 years ago
Include the full stacktrace when a test times out. More... about 16 years ago
Add note about -to-long conversions. More... about 16 years ago
Merge change 6848 More... about 16 years ago
Merge change 6800 More... about 16 years ago