mli [Tue, 14 Mar 2017 19:23:37 -0700] rev 44255
8176566: @since value errors in types of java.base module
Reviewed-by: martin, psandoz
weijun [Wed, 15 Mar 2017 08:09:43 +0800] rev 44254
8176296: Test sun/security/krb5/auto/Basic.java faling after adding module declaration into TEST.properties.
Reviewed-by: valeriep
bpb [Tue, 14 Mar 2017 16:43:59 -0700] rev 44253
8176744: Improve internal timing of java/nio/channels/Selector/SelectAndClose.java
Summary: Replace two sleeps with CountDownLatch+sleep and Thread.join()
Reviewed-by: rriggs, alanb
mchung [Tue, 14 Mar 2017 15:52:41 -0700] rev 44252
8174977: Update license files with consistent license/notice names
Reviewed-by: alanb, mchung
Contributed-by: jeannette.hung@oracle.com
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