dl [Tue, 14 Mar 2017 07:04:50 -0700] rev 44251
8176551: testCommonPoolThreadContextClassLoader fails with "Should throw SecurityException"
Reviewed-by: martin, chegar, dholmes, amlu
mullan [Tue, 14 Mar 2017 08:35:52 -0400] rev 44250
Merge
mullan [Tue, 14 Mar 2017 08:35:03 -0400] rev 44249
8176503: Disable SHA-1 TLS Server Certificates
Reviewed-by: vinnie, ascarpino
weijun [Tue, 14 Mar 2017 20:24:22 +0800] rev 44248
8176715: sun/security/krb5/auto/HttpNegotiateServer.java does not compile
Reviewed-by: mullan
bpb [Mon, 13 Mar 2017 13:38:14 -0700] rev 44247
8176221: Preferences docs contain reference to Sun's JRE
Summary: Remove reference to "Sun's JRE" and add @implNote
Reviewed-by: darcy
duke [Wed, 05 Jul 2017 23:02:42 +0200] rev 44246
Merge
jwilhelm [Thu, 16 Mar 2017 12:09:14 -0700] rev 44245
Merge
jwilhelm [Sat, 11 Mar 2017 23:23:06 -0800] rev 44244
Merge
hseigel [Wed, 08 Mar 2017 09:04:21 -0500] rev 44243
8176147: JVM should throw CFE for duplicate Signature attributes
Summary: Add the needed checks to ClasFileParser for duplicate Signature attributes.
Reviewed-by: dholmes, gtriantafill
kvn [Tue, 07 Mar 2017 09:32:49 -0800] rev 44242
8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
Summary: add --add-modules jdk.internal.vm.ci to Graal annotation process command line.
Reviewed-by: iveresov, mchung
neliasso [Mon, 06 Mar 2017 14:08:52 +0100] rev 44241
8164954: split_if creates empty phi and region nodes
Summary: Don't split if all edges will be moved to new phi
Reviewed-by: kvn, vlivanov
jwilhelm [Mon, 06 Mar 2017 21:28:33 +0100] rev 44240
Merge
hseigel [Mon, 06 Mar 2017 09:45:58 -0500] rev 44239
8175383: JVM should throw NCDFE if ACC_MODULE and CONSTANT_Module/Package are set
Summary: If bad constant is seen, save it to throw CFE if ACC_MODULE is not in access_flags
Reviewed-by: dholmes, acorn, lfoltan, gtriantafill
iignatyev [Sun, 05 Mar 2017 22:25:52 -0800] rev 44238
8172457: JarDirTest.java fails after recent change
Reviewed-by: iveresov