hg: jdk8/tl/jdk: 2 new changesets
Changeset: fa26ac92b29e Author:mullan Date: 2012-04-13 09:46 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fa26ac92b29e 7152564: Improve CodeSource.matchLocation(CodeSource) performance 7155693: CodeSource.matchLocation getPort test can be improved Reviewed-by: chegar ! src/share/classes/java/security/CodeSource.java ! test/java/security/CodeSource/Implies.java Changeset: edf10d16af25 Author:mullan Date: 2012-04-13 09:49 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/edf10d16af25 Merge
Code Review Request: 7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
Hi, This test was failing on Windows since it was using the HttpServer in test/sun/net/www/httptest. The HttpServer implementation there is buggy and does not close the connection properly, resulting in the test hanging. We therefore write our own server, which sends back 10 bytes less than what the client expects, and see if the client raises an IOException. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152856 Webrev: http://cr.openjdk.java.net/~khazra/7152856/webrev.00 Thanks, Kurchi
hg: jdk8/tl/jdk: 7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc
Changeset: 7340f4a3c830 Author:vinnie Date: 2012-04-13 19:00 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7340f4a3c830 7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc Reviewed-by: mullan ! src/share/classes/sun/security/ec/ECParameters.java