ihse [Mon, 09 Mar 2015 10:39:16 +0100] rev 29304
8074096: Disable (most) native warnings in JDK on a per-library basis
Reviewed-by: erikj, tbell
mchung [Fri, 06 Mar 2015 11:00:42 -0800] rev 29303
8074430: Move policytool to jdk.policytool module
Reviewed-by: alanb, weijun, erikj, ihse
mchung [Fri, 06 Mar 2015 09:11:22 -0800] rev 29302
8074429: Move jar, jarsigner tool to jdk.jartool module
Reviewed-by: alanb, weijun, erikj, ihse
mchung [Fri, 06 Mar 2015 09:02:09 -0800] rev 29301
8074428: Move pack200, unpack200, libpack200 to jdk.pack200
Reviewed-by: alanb, weijun, erikj, ihse
katleman [Thu, 12 Mar 2015 13:35:02 -0700] rev 29300
Added tag jdk9-b54 for changeset 04b3a5821c0d
duke [Wed, 05 Jul 2017 20:23:32 +0200] rev 29299
Added tag jdk9-b54 for changeset 82cd31c5d6ca
duke [Wed, 05 Jul 2017 20:23:32 +0200] rev 29298
Merge
duke [Wed, 05 Jul 2017 20:23:28 +0200] rev 29297
Merge
lana [Thu, 05 Mar 2015 15:24:15 -0800] rev 29296
Merge
mcimadamore [Thu, 05 Mar 2015 15:03:07 +0000] rev 29295
8073432: Object.getClass() throws stackless NPE, due to C2 intrinsic
Summary: Javac should generate NPE checks using Objects.requireNonNull if -target >= 7
Reviewed-by: jlahoda
Contributed-by: aleksey.shipilev@oracle.com
mcimadamore [Thu, 05 Mar 2015 13:10:49 +0000] rev 29294
8073645: Add lambda-based lazy eval versions of Assert.check methods
Summary: Enhance Assert so that lazy string computation can occurr where needed; enhance static roding rule checkers to make sure the right version of the method is called.
Reviewed-by: jlahoda
sadayapalam [Mon, 02 Mar 2015 10:41:08 +0530] rev 29293
8071453: Allow interface methods to be private
Reviewed-by: mcimadamore
Contributed-by: maurizio.cimadamore@oracle.com, srikanth.adayapalam@oracle.com
mcimadamore [Fri, 27 Feb 2015 18:20:33 +0000] rev 29292
8073842: Invalid method reference when referencing a method on a wildcard type
Summary: Method rteference lookup logic doesn't skip type-variables as required by javac.
Reviewed-by: jlahoda
mcimadamore [Fri, 27 Feb 2015 11:51:53 +0000] rev 29291
8073550: java* tools: replace obj.getClass hacks with Assert.checkNonNull or Objects.requireNonNull
Summary: replace getClass() with approapriate NPE checks
Reviewed-by: jjg
Contributed-by: aleksey.shipilev@oracle.com
katleman [Thu, 05 Mar 2015 11:26:21 -0800] rev 29290
Added tag jdk9-b53 for changeset 569659e4dc38