stefank [Thu, 22 Mar 2018 12:34:31 +0100] rev 49590
8200111: MallocArrayAllocator::free should not take a length parameter
Reviewed-by: gtriantafill, coleenp, tschatzl
mli [Fri, 13 Apr 2018 09:06:37 +0800] rev 49589
8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently
Reviewed-by: rriggs
redestad [Fri, 13 Apr 2018 01:04:33 +0200] rev 49588
8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets
Reviewed-by: mullan
erikj [Thu, 12 Apr 2018 15:26:59 -0700] rev 49587
8201508: Macosx builds fail in GenerateLinkOptData.gmk
Reviewed-by: tbell
bpb [Thu, 12 Apr 2018 14:03:46 -0700] rev 49586
8009632: (fs) FileStore.supportsFileAttributeView does not detect user_xattr enabled on ext4
Reviewed-by: alanb
sherman [Thu, 12 Apr 2018 13:30:58 -0700] rev 49585
8201443: NoSuchMethodException JarFile.open when jar file is used in classpath
Reviewed-by: rriggs, redestad
lana [Thu, 12 Apr 2018 19:12:54 +0000] rev 49584
Merge
lana [Thu, 12 Apr 2018 18:21:55 +0000] rev 49583
Added tag jdk-11+9 for changeset 0c3e252cea44
ihse [Thu, 12 Apr 2018 20:20:27 +0200] rev 49582
8201483: Make it possible to disable JVM features
Reviewed-by: erikj, stuefe
redestad [Thu, 12 Apr 2018 17:23:32 +0200] rev 49581
8201494: Avoid early initialization of java.nio.Bits
Reviewed-by: rriggs, alanb
mcimadamore [Thu, 12 Apr 2018 13:55:20 +0100] rev 49580
8199194: Add javac support for preview features
Summary: Add support for preview features and related command line options.
Reviewed-by: jjg
jlahoda [Thu, 12 Apr 2018 09:23:34 +0200] rev 49579
8189765: Improve error reporting for compiling against package not visible due to modules
Summary: When looking in other modules for an undefined Symbol, also look into the unnamed module.
Reviewed-by: mcimadamore
xyin [Thu, 12 Apr 2018 10:19:31 +0800] rev 49578
8197418: Move java/util/RandomAccess/ tests into OpenJDK
Reviewed-by: psandoz
vromero [Wed, 11 Apr 2018 14:52:32 -0400] rev 49577
8201440: javac should create unique DynamicMethodSymbols at LambdaToMethod
Reviewed-by: mcimadamore
Contributed-by: bsrbnd@gmail.com
psandoz [Wed, 11 Apr 2018 11:11:13 -0700] rev 49576
8199875: Require first parameter type of a condy bootstrap to be Lookup
Reviewed-by: jrose