lana [Fri, 23 Feb 2018 16:28:19 +0000] rev 48938
Merge
lana [Fri, 23 Feb 2018 16:27:25 +0000] rev 48937
Added tag jdk-11+2 for changeset 03ae177c26b0
clanger [Fri, 23 Feb 2018 09:55:52 +0100] rev 48936
8198539: Cleanup of unused imports in java/util/jar/Attributes.java (java.base) and JdpController.java (jdk.management.agent)
Reviewed-by: stuefe
vromero [Thu, 22 Feb 2018 15:49:32 -0500] rev 48935
8198512: compiler support for local-variable syntax for lambda parameters
Reviewed-by: mcimadamore
rfield [Thu, 22 Feb 2018 12:26:01 -0800] rev 48934
8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException
Reviewed-by: jlahoda
jlahoda [Thu, 22 Feb 2018 18:53:28 +0100] rev 48933
8198563: Test langtools/tools/javac/analyzer/AnonymousInAnonymous.java failing after JDK-8198502
Summary: Convert to lambda warning should not be provided for the tools/javac/analyzer/AnonymousInAnonymous.java test.
Reviewed-by: mcimadamore
sdama [Fri, 23 Feb 2018 01:54:09 +0530] rev 48932
8198502: Exception at runtime due to lambda analyzer reattributes live AST
Summary: Create a deep copy of the original tree before conversion to lambda node
Reviewed-by: mcimadamore, vromero
Contributed-by: srinivas.dama@oracle.com
jlahoda [Wed, 21 Feb 2018 17:07:12 +0100] rev 48931
8197439: Crash with -XDfind=lambda for anonymous class in anonymous class.
Summary: Ensuring unresolvable anonymous classes are attributed.
Reviewed-by: mcimadamore, sadayapalam
redestad [Thu, 22 Feb 2018 11:16:43 +0100] rev 48930
8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks
Reviewed-by: psandoz
nishjain [Thu, 22 Feb 2018 11:52:01 +0530] rev 48929
8190904: Incorrect currency instance returned by java.util.Currency.getInstance()
Reviewed-by: naoto
naoto [Wed, 21 Feb 2018 15:09:40 -0800] rev 48928
8198385: Remove property sun.locale.formatasdefault
Reviewed-by: bpb
minqi [Wed, 21 Feb 2018 14:23:45 -0800] rev 48927
8194154: System property user.dir should not be changed
Summary: Cached user.dir so getCanonicalPath uses the cached value.
Reviewed-by: alanb, bpb, rriggs
vromero [Wed, 21 Feb 2018 00:29:04 -0500] rev 48926
8198479: JDK build is broken by 8194892
Reviewed-by: sundar
diazhou [Tue, 20 Feb 2018 23:15:27 +0000] rev 48925
8198303: jdk11+1 was build with incorrect GA date as 2018-03-20
Reviewed-by: erikj, ihse
Contributed-by: diancui.zhou@oracle.com