aph [Mon, 19 Dec 2016 02:33:30 -0800] rev 42871
8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
Reviewed-by: aph
Contributed-by: kavitha.natarajan@linaro.org
zmajo [Mon, 19 Dec 2016 08:31:01 +0100] rev 42870
8171155: Scanning method file for initialized final field updates can fail for non-existent fields
Summary: Check if field exists before possibly marking it as having initialized final updates.
Reviewed-by: stsmirno, vlivanov, coleenp
sspitsyn [Mon, 19 Dec 2016 05:00:24 +0000] rev 42869
Merge
sspitsyn [Sun, 18 Dec 2016 20:54:26 -0800] rev 42868
8171417: post jigsaw review cleanup in the jtreg jvmti tests
Summary: fix the function throw_exc() in several jvmti tests to return void
Reviewed-by: dsamersoff, hseigel
sspitsyn [Mon, 19 Dec 2016 04:04:48 +0000] rev 42867
Merge
sspitsyn [Sun, 18 Dec 2016 19:21:18 -0800] rev 42866
8139566: need proper sync for adding default read edges
Summary: use has_default_read_edges() in the ModuleEntry::can_read to fix race issue
Reviewed-by: hseigel, lfoltan