amlu [Thu, 20 Oct 2016 20:20:10 +0800] rev 41593
8146257: sun/net/www/protocol/jar/B4957695.java fails intermittently with java.lang.RuntimeException: some jar_cache files left behind
Reviewed-by: chegar
dfuchs [Thu, 20 Oct 2016 12:31:24 +0100] rev 41592
8157965: update httpserver logging to use java.lang.System.Logger
Summary: this patch updates the jdk.httpserver module to use System.Logger and break its dependency with the java.logging module.
Reviewed-by: rriggs, michaelm, chegar, mchung
weijun [Thu, 20 Oct 2016 14:11:26 +0800] rev 41591
8168374: TsacertOptionTest.java fails on all platforms
Reviewed-by: vinnie
weijun [Thu, 20 Oct 2016 09:24:47 +0800] rev 41590
8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
Reviewed-by: mullan
ascarpino [Wed, 19 Oct 2016 10:49:52 -0700] rev 41589
8167591: Add MD5 to signed JAR restrictions
Reviewed-by: mullan, jnimeh
jlahoda [Wed, 19 Oct 2016 12:42:34 +0200] rev 41588
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
Summary: Allow use of jdk.internal.misc.Signal from jshell and jjs.
Reviewed-by: rfield, chegar
sundar [Wed, 19 Oct 2016 13:26:49 +0530] rev 41587
8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown
Reviewed-by: alanb, hannesw