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