sspitsyn [Mon, 13 Feb 2017 14:39:50 -0800] rev 43952
8172969: JVMTI spec: GetCurrentThread may return NULL in the early start phase
Summary: Update the GetCurrentThread function spec to allow returning NULL
Reviewed-by: dholmes, dcubed, alanb
vlivanov [Mon, 13 Feb 2017 23:58:00 +0300] rev 43951
8174818: bigapps/Weblogic12medrec fails with assert(check_call_consistency(jvms, cg)) failed: inconsistent info
Reviewed-by: vlivanov
Contributed-by: dmitry.chuyko@oracle.com
ysuenaga [Sat, 11 Feb 2017 00:17:31 +0900] rev 43950
8173941: SA does not work if executable is DSO
Reviewed-by: aph, dsamersoff
dholmes [Sun, 12 Feb 2017 20:21:31 -0500] rev 43949
8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
Reviewed-by: dcubed
simonis [Fri, 10 Feb 2017 17:22:17 +0100] rev 43948
8173743: Failures during class definition can lead to memory leaks in metaspace
Reviewed-by: dholmes, coleenp, acorn, ddmitriev
vlivanov [Fri, 10 Feb 2017 20:45:39 +0300] rev 43947
8174721: C1: Inlining through MH invokers/linkers in unreachable code is unsafe
Reviewed-by: iveresov
jwilhelm [Fri, 10 Feb 2017 15:14:27 +0100] rev 43946
Merge
zmajo [Fri, 10 Feb 2017 08:16:49 +0100] rev 43945
8173151: Code heap corruption due to incorrect inclusion test
Summary: Change inclusion test to use CodeBlob::code_begin() for AOT methods and start of CodeBlob otherwise. Added regression test.
Reviewed-by: thartmann, dlong, kvn
sangheki [Thu, 09 Feb 2017 19:08:32 -0800] rev 43944
8173013: JVMTI tagged object access needs G1 pre-barrier
Summary: Add missing G1 pre-barrier at TagObjectCollector::do_entry
Reviewed-by: kbarrett, tschatzl
vlivanov [Thu, 09 Feb 2017 19:00:48 +0300] rev 43943
8166110: Inlining through MH invokers/linkers in unreachable code is unsafe
Reviewed-by: vlivanov
Contributed-by: dmitry.chuyko@oracle.com