lfoltan [Mon, 23 Sep 2019 14:49:04 -0400] rev 58273
8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
Summary: Consistently use is_reference_type when comparing type for T_OBJECT or T_ARRAY.
Reviewed-by: dlong, coleenp, hseigel
Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com
zgu [Mon, 23 Sep 2019 14:39:11 -0400] rev 58272
8231250: Shenandoah: Traversal GC should keep alive weak load from heap
Reviewed-by: rkennke
mseledtsov [Mon, 23 Sep 2019 09:16:05 -0700] rev 58271
Test fixes: more logging, typos, fixes to at-run targets
erikj [Mon, 23 Sep 2019 08:52:05 -0700] rev 58270
8206125: [windows] cannot pass relative path to --with-boot-jdk
Reviewed-by: tbell
erikj [Mon, 23 Sep 2019 09:00:28 -0700] rev 58269
8150741: make <module> not equivalent to make <module-dependencies> <module>
Reviewed-by: mchung
shade [Mon, 23 Sep 2019 16:24:32 +0200] rev 58268
8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME
Reviewed-by: rkennke
thartmann [Mon, 23 Sep 2019 14:30:31 +0200] rev 58267
8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
Summary: Offset method should only be called for comments.
Reviewed-by: roland, dholmes
zgu [Mon, 23 Sep 2019 07:45:12 -0400] rev 58266
8231293: Shenandoah: Traversal should not revive dead weak roots
Reviewed-by: shade
clanger [Mon, 23 Sep 2019 12:32:13 +0200] rev 58265
8230857: Avoid reflection in sun.tools.common.ProcessHelper
Reviewed-by: sspitsyn, dholmes
tschatzl [Mon, 23 Sep 2019 11:37:08 +0200] rev 58264
8231189: Rename worker_i parameters to worker_id
Reviewed-by: kbarrett, sjohanss
tschatzl [Mon, 23 Sep 2019 11:37:02 +0200] rev 58263
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
Summary: The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more.
Reviewed-by: sjohanss, kbarrett
tschatzl [Mon, 23 Sep 2019 11:36:53 +0200] rev 58262
8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
Reviewed-by: kbarrett, sjohanss
iklam [Sun, 22 Sep 2019 17:17:58 -0700] rev 58261
8231275: Remove null check in the beginning of SystemDictionary::load_shared_class()
Reviewed-by: ccheung, coleenp
iklam [Sun, 22 Sep 2019 17:16:35 -0700] rev 58260
8231125: Improve testing of parallel loading of shared classes by the boot class loader
Reviewed-by: ccheung, coleenp, dholmes
mgronlun [Sun, 22 Sep 2019 17:31:57 +0200] rev 58259
clear_artifacts in the correct location
mgronlun [Sun, 22 Sep 2019 15:38:32 +0200] rev 58258
instantiated super klasses