redestad [Mon, 08 Oct 2018 18:16:03 +0200] rev 52040
8211860: Avoid reading security properties eagerly on Manifest class initialization
Reviewed-by: mullan, alanb
simonis [Mon, 08 Oct 2018 17:41:44 +0200] rev 52039
8211837: Creation of the default CDS Archive should depend on ENABLE_CDS
Reviewed-by: shade, goetz, mdoerr, iklam
vromero [Mon, 08 Oct 2018 06:52:41 -0700] rev 52038
8209407: VerifyError is thrown for inner class with lambda
Reviewed-by: mcimadamore
eosterlund [Mon, 08 Oct 2018 14:48:12 +0200] rev 52037
8211718: Supporting multiple concurrent OopStorage iterators
Reviewed-by: pliden, kbarrett
roland [Fri, 05 Oct 2018 16:47:27 +0200] rev 52036
8211776: 8210887 broke arraycopy optimization when ZGC is enabled
Reviewed-by: kvn
weijun [Mon, 08 Oct 2018 13:25:39 +0800] rev 52035
8210395: Add doc to SecurityTools.java
Reviewed-by: mullan
lancea [Sun, 07 Oct 2018 14:35:00 -0400] rev 52034
8211765: JarFile constructor throws undocumented exception
Reviewed-by: lancea, sherman, alanb, chegar
Contributed-by: Jaikiran Pai <jai.forums2013@gmail.com>
dnsimon [Fri, 05 Oct 2018 20:03:14 +0200] rev 52033
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Reviewed-by: never, kvn, sspitsyn
vaibhav [Fri, 05 Oct 2018 18:25:15 +0100] rev 52032
8210376: [TESTBUG] @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
Summary: @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
Reviewed-by: iklam, jiangli
Contributed-by: Vaibhav Choudhary <vaibhav.x.choudhary@oracle.com>
rkennke [Thu, 27 Sep 2018 13:56:09 +0200] rev 52031
8211219: Type inconsistency in LIRGenerator::atomic_cmpxchg(..)
Reviewed-by: eosterlund, iveresov
jiangli [Fri, 05 Oct 2018 18:56:11 -0400] rev 52030
8202951: Implementation of JEP 341: Default CDS Archives
8210592: Convert CDS-mode test sets in tier5 and tier6 to non-CDS-mode tests
8209739: [TESTBUG] javax/imageio/plugins/png/ItxtUtf8Test.java fails with OutOfMemoryError when running in CDS mode
Summary: Generate the default CDS archive at JDK build time.
Reviewed-by: erikj, ihse, dholmes, iklam, ccheung, mseledtsov
Contributed-by: erik.joelsson@oracle.com, jiangli.zhou@oracle.com, calvin.cheung@oracle.com
kvn [Fri, 05 Oct 2018 15:46:47 -0700] rev 52029
8206963: [AOT] bug with multiple class loaders
Summary: AOT should not support custom class loaders.
Reviewed-by: dlong, iveresov
bpb [Fri, 05 Oct 2018 15:37:46 -0700] rev 52028
8211794: Remove jdk/java/nio/channels/Selector/RacyDeregister.java from problem list
Reviewed-by: bchristi
jcbeyler [Fri, 05 Oct 2018 13:38:03 -0700] rev 52027
8211123: GC Metaspace printing after full gc
Summary: Move GC printing to after usage is calculated
Reviewed-by: tschatzl, stuefe
Contributed-by: nijiaben@perfma.com, jcbeyler@google.com
kbarrett [Fri, 05 Oct 2018 14:28:44 -0400] rev 52026
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Summary: Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael