sundar [Thu, 23 Jun 2016 12:39:33 +0530] rev 39165
8160141: removed deprecated method calls in nashorn code
Reviewed-by: mhaupt, hannesw
hannesw [Wed, 22 Jun 2016 16:30:41 +0200] rev 39164
8159977: typeof operator does not see lexical bindings declared in other scripts
Reviewed-by: sundar
lana [Thu, 23 Jun 2016 20:35:16 +0000] rev 39163
Added tag jdk-9+124 for changeset c549268fe94c
duke [Wed, 05 Jul 2017 21:52:41 +0200] rev 39162
Merge
lana [Thu, 23 Jun 2016 21:12:51 +0000] rev 39161
Merge
msheppar [Tue, 21 Jun 2016 00:40:51 +0100] rev 39160
8146975: NullPointerException in IIOPInputStream.inputClassFields
Reviewed-by: chegar, rriggs, coffeys
lana [Thu, 23 Jun 2016 20:35:13 +0000] rev 39159
Added tag jdk-9+124 for changeset 55d10fdcb59e
duke [Wed, 05 Jul 2017 21:52:33 +0200] rev 39158
Merge
igerasim [Mon, 27 Jun 2016 16:09:09 +0300] rev 39157
8160264: Reuse Latin1/UTF16 compare routines
Reviewed-by: psandoz
jlaskey [Mon, 27 Jun 2016 09:26:47 -0300] rev 39156
8160348: jlink should use System.out for usage messages
Reviewed-by: sundar
sundar [Mon, 27 Jun 2016 14:55:06 +0530] rev 39155
8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build
Reviewed-by: psandoz
rriggs [Fri, 24 Jun 2016 14:19:29 -0400] rev 39154
8160278: Remove java/time/test/java/time/TestClock_System from the problem list
Reviewed-by: darcy
sundar [Fri, 24 Jun 2016 23:28:06 +0530] rev 39153
8153238: Improve test/tools/jlink/JLinkTest.java not to hard code the number of plugins
Reviewed-by: jlaskey
dfuchs [Fri, 24 Jun 2016 16:03:17 +0100] rev 39152
8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
Summary: trivial fix - the concrete class must be instantiated, not the class that defines the createContext method.
Reviewed-by: lancea, mchung
sundar [Fri, 24 Jun 2016 19:56:50 +0530] rev 39151
8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed
Reviewed-by: jlaskey, psandoz
jlaskey [Fri, 24 Jun 2016 11:20:24 -0300] rev 39150
8159172: Update usage of jlink/jimage/jmod to show option patterns
Reviewed-by: mchung, alanb