10
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Apply patch from HARMONY-6685 "SHA1PRNG produces less optimal"
Mark Hindess
as hindessm
More... almost 13 years ago
Fix regression introduced in pack200 in 996801 More... over 13 years ago
Fix help text. Dependencies now downloaded straight to target.
Tim Ellison
as tellison
More... over 13 years ago
Apply patch and test case for HARMONY-6419 ([classlib][luni] Changes to IdentityHashMap entrySet doesn't reflect underlying map)
Tim Ellison
as tellison
More... over 13 years ago
Update to Xerces 2.11.0
Tim Ellison
as tellison
More... over 13 years ago
Apply another fix for HARMONY-6661: Synchonrize on mutable field in Permissions.java readObject() is only reachable by one thread, so remove unnecessary synchronized block More... over 13 years ago
Improve patch for HARMONY-6675 at r1035930: remove field 'isEnable' and mark more fileds as 'final'. More... over 13 years ago
Fix for HARMONY-6675: Reducing timeout value in CanonicalPatchCache to fix a file not found error in Hadoop common More... over 13 years ago
Fix for HARMONY-6367 ([classlib] Some Methods doesn't have security Permissions check as compared to SUN JDK)
Tim Ellison
as tellison
More... over 13 years ago
Add java.nio.channels.spi.SelectorProvider metadata - that has existed
Mark Hindess
as hindessm
More... over 13 years ago
Adding native code that for some reason has been missing since the code
Mark Hindess
as hindessm
More... over 13 years ago
Remove directory that was created (inadvertently?) in commit r1022963:
Mark Hindess
as hindessm
More... over 13 years ago
Refactor test properties.
Mark Hindess
as hindessm
More... over 13 years ago
Add top-level findbugs target.
Mark Hindess
as hindessm
More... over 13 years ago
Fix setup target to leave dependencies.
Mark Hindess
as hindessm
More... over 13 years ago
Another attempt to fix the depends download problem.
Mark Hindess
as hindessm
More... over 13 years ago
junit.jar download works for me (and others I've spoken to) but I'd like
Mark Hindess
as hindessm
More... over 13 years ago
Add fix to allow overriding of the Timestamp class to create an immutable class, by removing a call to a public method in the Timestamp constructor. Regression testcase included. More... over 13 years ago
Archive tests - change some assertTrues to assertEquals where more appropriate More... over 13 years ago
Fix clean.
Mark Hindess
as hindessm
More... over 13 years ago
Quick fix for build break.
Mark Hindess
as hindessm
More... over 13 years ago
Merging some changes tested in mrh branch. As mentioned on dev list.
Mark Hindess
as hindessm
More... over 13 years ago
Back-out part of change from revision 1002476 (fix for HARMONY-6638) that checks if the key is connected before OP_CONNECT is added to the list of selected keys. Adding a test that registers an OP_CONNECT key on a socket channel, connects and then checks there's a key in the selectedKeys() list passes on the RI (also removing the check doesn't cause the regression test that was added for 1002376 to fail). More... over 13 years ago
This patch fixes a problem of which the thread of java.util.Timer should be closed when VM is off. More... over 13 years ago
For objects of types generated by methods of java.util.Collections class, like java.util.Collections$UnmodifiableCollection generated by java.util.Collections.unmodifiableCollection(Collection) method etc, HARMONY has problem to encode and decode them while Oracle JDK doesn't. This patch also adds several test cases to reproduce those problems. More... over 13 years ago
java.beans.XMLEncoder/Decoder fails to process invalid chars. Add 2 test cases to reproduce the problems More... over 13 years ago
Given a test case of using java.beans.XMLEncoder.writeObject() to write any object. Of the encoding output, for each line, Oracle JDK6 always ends with a space while HARMONY doesn't. This is a non-bug difference between, but it's nice for HARMONY to have it. More... over 13 years ago
Create platform-specific tree to facilitate windows specific tests
Mark Hindess
as hindessm
More... over 13 years ago
Refactor InstrumentTestHelper to share code with Support_Exec. More
Mark Hindess
as hindessm
More... over 13 years ago
Remove unnecessary explicit throw.
Mark Hindess
as hindessm
More... over 13 years ago