jiangli [Mon, 05 Mar 2018 14:24:45 -0500] rev 49341
8198447: Remove ClassLoaderExt::check().
Summary: ClassLoaderExt::check() is no longer needed, remove.
Reviewed-by: lfoltan, ccheung
hseigel [Mon, 05 Mar 2018 10:29:23 -0500] rev 49340
8191102: Incorrect include file use in classLoader.hpp
Summary: Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed.
Reviewed-by: coleenp, dholmes
ehelin [Mon, 05 Mar 2018 13:15:10 +0100] rev 49339
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
Reviewed-by: sjohanss, tschatzl
ehelin [Mon, 05 Mar 2018 13:07:04 +0100] rev 49338
8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
Reviewed-by: tschatzl, sjohanss
ehelin [Mon, 05 Mar 2018 11:32:17 +0100] rev 49337
8197847: Remove unused file g1ParScanThreadState_ext.cpp
Reviewed-by: sjohanss, eosterlund
ehelin [Mon, 05 Mar 2018 11:16:23 +0100] rev 49336
8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
Reviewed-by: sjohanss, eosterlund
iklam [Sun, 04 Mar 2018 22:24:06 -0800] rev 49335
8196121: runtime/appcds/ClassLoaderTest.java fails silently
Reviewed-by: mseledtsov, jiangli, ccheung
zgu [Sun, 04 Mar 2018 20:57:46 -0500] rev 49334
8198845: Missing resource mark results disassembling generated code failure in hs error report
Summary: Fixed secondary failure due to missing resource mark while disassembling nmethod
Reviewed-by: coleenp, stuefe, dholmes
kbarrett [Sat, 03 Mar 2018 23:56:08 -0500] rev 49333
8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
Summary: Add shared safepoint state assertion macros.
Reviewed-by: coleenp, eosterlund
ccheung [Fri, 02 Mar 2018 17:33:59 -0800] rev 49332
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
Summary: allow loading of non-boot classes during CDS dumping but only add boot classes to the archive
Reviewed-by: kvn, iklam, jiangli