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
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 w
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/securit