ccheung [Mon, 29 Oct 2018 11:05:45 -0700] rev 52316
8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
Summary: increased the timeout from 120s (default) to 240s
Reviewed-by: dcubed, mseledtsov
jiangli [Mon, 29 Oct 2018 14:00:48 -0400] rev 52315
8205327: Clean up #if INCLUDE_CDS in classLoaderExt.cpp and classLoaderExt.hpp
Summary: Clean up #if INCLUDE_CDS in classLoaderExt.* files.
Reviewed-by: dholmes
iklam [Thu, 25 Oct 2018 11:23:43 -0700] rev 52314
8212205: VM asserts after CDS archive has been unmapped
Reviewed-by: dholmes, jiangli, hseigel, stuefe
rfield [Mon, 29 Oct 2018 08:34:33 -0700] rev 52313
8210808: jshell tool: only considers the first snippet of the external editor
Reviewed-by: jlahoda, sundar
jlaskey [Mon, 29 Oct 2018 12:31:49 -0300] rev 52312
8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error
Reviewed-by: smarks, sherman
coleenp [Mon, 29 Oct 2018 10:21:34 -0400] rev 52311
8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
Summary: Don't return unloaded klasses. Make sure access is protected by Compile_lock.
Reviewed-by: eosterlund, dlong
hseigel [Mon, 29 Oct 2018 08:38:59 -0400] rev 52310
8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
Summary: Remove the unneeded tests. Keep the tests for class file versions 49 and 52.
Reviewed-by: acorn, coleenp
tschatzl [Mon, 29 Oct 2018 08:55:03 +0100] rev 52309
8212766: TestPromotionEventWithG1.java failed due to "RuntimeException: PLAB size is smaller than object size."
Summary: Also send PLAB size in bytes, not in heap words.
Reviewed-by: shade, sjohanss
tschatzl [Mon, 29 Oct 2018 08:52:04 +0100] rev 52308
8212974: Update RS Skipped cards uses wrong enum to register to phase
Reviewed-by: kbarrett
jjg [Fri, 26 Oct 2018 15:13:12 -0700] rev 52307
8213056: Nested anchor tags in java.lang.module
Reviewed-by: darcy
mchung [Fri, 26 Oct 2018 13:59:02 -0700] rev 52306
8213043: Add internal Unsafe xxxObject methods as jsr166 is broken
Reviewed-by: alanb
lancea [Fri, 26 Oct 2018 14:02:31 -0400] rev 52305
8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
Reviewed-by: rriggs, sherman, alanb, clanger
gziemski [Fri, 26 Oct 2018 10:47:05 -0500] rev 52304
8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS
Summary: Removed the code using unused flags.
Reviewed-by: dholmes, coleenp
weijun [Fri, 26 Oct 2018 22:58:04 +0800] rev 52303
8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
Reviewed-by: mullan