rhalade [Tue, 12 Apr 2016 09:37:46 -0700] rev 37309
8153829: javax/net/ssl/Stapling/HttpsUrlConnClient.java fails intermittently with NullPointerException
Reviewed-by: xuelei, jnimeh
redestad [Tue, 12 Apr 2016 18:25:10 +0200] rev 37308
8153213: Jar manifest attribute "Multi-Release" accepts any value
Reviewed-by: psandoz, redestad
Contributed-by: steve.drach@oracle.com
amlu [Tue, 12 Apr 2016 13:53:48 +0800] rev 37307
8068693: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing.
8153209: java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException.
Summary: for JDK-8068693, 500ms is too short on busy system for channel to be closed or for thread blocking on IO to be interrupted, increase the time from 500ms to 10000ms. for JDK-8153209, it's a test regression due to JDK-8151582, do not sleep when running tests for CONNECT/FINISH_CONNECT, sleep for other test cases.
Reviewed-by: bpb, martin, rriggs
Contributed-by: Hamlin Li <huaming.li@oracle.com>
amlu [Tue, 12 Apr 2016 09:54:55 +0800] rev 37306
8154031: Mark tools/pack200/BandIntegrity.java as intermittently failing
Reviewed-by: darcy