gromero [Mon, 19 Dec 2016 18:21:59 -0800] rev 42882
8171236: RTM/HTM jtreg tests regression after transition to the new GNU-style options
Reviewed-by: kvn
dholmes [Tue, 20 Dec 2016 01:05:39 +0000] rev 42881
Merge
drwhite [Wed, 14 Dec 2016 16:46:50 -0500] rev 42880
8171129: [aarch64] hs_err logs do not print register mappings
Summary: Call print_location for contents of all registers.
Reviewed-by: aph, dholmes
iveresov [Mon, 19 Dec 2016 22:50:28 +0000] rev 42879
Merge
iveresov [Mon, 19 Dec 2016 13:34:21 -0800] rev 42878
8171394: [AOT] failed AOT compilation in compiler/aot/RecompilationTest.java
Summary: Fix argument types of tiered callbacks
Reviewed-by: never, kvn
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