aleonard [Fri, 07 Sep 2018 11:24:59 +0200] rev 51669
8209786: JDK12 fails to build on s390x with gcc 7.3
Reviewed-by: ihse, goetz
dholmes [Fri, 07 Sep 2018 08:14:47 -0400] rev 51668
8210486: Unused code in check_nest_attributes function
Reviewed-by: mikael, sspitsyn
mullan [Fri, 07 Sep 2018 08:02:51 -0400] rev 51667
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
Summary: Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported.
Reviewed-by: mchung
roland [Thu, 06 Sep 2018 16:27:07 +0200] rev 51666
8209544: AES encrypt performance regression in jdk11b11
Reviewed-by: kvn, vlivanov
dlong [Thu, 06 Sep 2018 17:45:15 -0700] rev 51665
8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
Reviewed-by: coleenp, dholmes
xyin [Fri, 07 Sep 2018 09:09:31 +0800] rev 51664
8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
Reviewed-by: chegar
mikael [Thu, 06 Sep 2018 18:06:24 -0700] rev 51663
8210381: Obsolete EmitSync
Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade
jjg [Thu, 06 Sep 2018 16:15:32 -0700] rev 51662
8210009: Source Launcher classloader should support getResource and getResourceAsStream
Reviewed-by: mchung, plevart
igerasim [Thu, 06 Sep 2018 12:10:59 -0700] rev 51661
8210285: CharsetDecoder/Encoder's constructor does not reject NaN
Reviewed-by: sherman, smarks, alanb, martin, darcy
naoto [Thu, 06 Sep 2018 10:49:17 -0700] rev 51660
8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
Reviewed-by: rriggs
ccheung [Thu, 06 Sep 2018 09:30:47 -0700] rev 51659
8185145: AppCDS custom loader support on Mac OS X
Reviewed-by: dholmes, gziemski
vromero [Thu, 06 Sep 2018 05:44:47 -0700] rev 51658
8210435: don't add local variable spots if they are DCE'ed by the compiler
Reviewed-by: mcimadamore