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