vromero [Mon, 29 Oct 2018 17:09:44 -0400] rev 52323
8213100: fix test OptionSmokeTest before removing it from the problem list
Reviewed-by: jlahoda
iignatyev [Mon, 29 Oct 2018 14:04:44 -0700] rev 52322
8177710: Convert TestMetaspaceUtils_test to GTest
Reviewed-by: tschatzl
kzhaldyb [Mon, 29 Oct 2018 14:04:42 -0700] rev 52321
8157728: Convert GCTimer_test to GTest
Reviewed-by: tschatzl, jcbeyler, iignatyev
ccheung [Mon, 29 Oct 2018 13:58:29 -0700] rev 52320
8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
Summary: added a null check on wb.getBooleanVMFlag("EnableJVMCI").
Reviewed-by: hseigel, jiangli
iklam [Wed, 17 Oct 2018 15:57:10 -0700] rev 52319
8212200: assert when shared java.lang.Object is redefined by JVMTI agent
Reviewed-by: dholmes, jiangli, hseigel, lfoltan, sspitsyn
jjg [Mon, 29 Oct 2018 12:33:41 -0700] rev 52318
8213102: Oracle Unilinks are [301 Moved Permanently] to https://docs.oracle.com
Reviewed-by: lancea, mchung
darcy [Mon, 29 Oct 2018 11:31:25 -0700] rev 52317
8212081: AnnotatedType.toString implementation don't print annotations on embedded types
Reviewed-by: jfranck, wmdietl
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