rfield [Wed, 20 Apr 2016 08:35:44 -0700] rev 37640
8153551: jshell tool: no longer a mechanism to see current feedback modes
Reviewed-by: jlahoda
rfield [Wed, 20 Apr 2016 08:30:30 -0700] rev 37639
8154445: JShell: Drop residual use of addReads from jshell
Reviewed-by: alanb, ksrini
jlahoda [Tue, 19 Apr 2016 14:16:39 +0200] rev 37638
7020499: Project Coin: improvements to try-with-resources desugaring
Summary: Avoid unnecessary check for resource nullness if the resource is known to be non-null; put resource closing code in a method that is shared by multiple try-with-resources.
Reviewed-by: darcy, mcimadamore, vromero
jjg [Mon, 18 Apr 2016 19:14:50 -0700] rev 37637
8154500: fix handling of jdk.launcher.patch.* in tests
Reviewed-by: ksrini
jjg [Mon, 18 Apr 2016 18:41:38 -0700] rev 37636
8154504: javac tests fail after JDK API is deprecated
Reviewed-by: darcy
smarks [Mon, 18 Apr 2016 14:04:09 -0700] rev 37635
8145468: update java.lang APIs with new deprecations
Reviewed-by: mcimadamore
alundblad [Mon, 18 Apr 2016 22:25:50 +0200] rev 37634
7152104: javac should not warn about missing serialVersionUID for anonymous inner classes
Summary: Javac no longer issues warnings for missing serialVersionUID in anonymous classes.
Reviewed-by: jlahoda