roland [Mon, 19 Dec 2016 13:09:25 -0800] rev 42877
8171092: C1's Math.fma() intrinsic doesn't correctly process its inputs
Summary: fixed 3rd input of FMA intrinsic processing in C1.
Reviewed-by: kvn
jiangli [Mon, 19 Dec 2016 13:54:33 -0500] rev 42876
8168797: do not load any archived classes from a patched module
Summary: Add new runtime shared class visibility check to ensure shared classes from patched module are not loaded at runtime.
Reviewed-by: acorn, ccheung, hseigel, iklam, lfoltan
jcm [Mon, 19 Dec 2016 15:21:11 +0000] rev 42875
Merge
jcm [Mon, 19 Dec 2016 06:25:12 -0800] rev 42874
8170761: Buffer overrun in sharedRuntime_x86_64.cpp:477
Summary: Fixed missing half assert!
Reviewed-by: kvn
coleenp [Mon, 19 Dec 2016 14:12:33 +0000] rev 42873
Merge
sgehwolf [Wed, 07 Dec 2016 13:37:37 +0100] rev 42872
8170767: Zero fastdebug build triggers assertion
Summary: Add missing interpreter entries for java_lang_math_fmaD/F.
Reviewed-by: coleenp
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