jgeorge [Thu, 16 Feb 2017 17:40:12 +0530] rev 43965
8175054: Move new TestPrintMdo.java to hotspot/test directory
Summary: Fixing incorrect push caused by changeset 12633:c809fcb66c81
Reviewed-by: dholmes
Contributed-by: jini.george@oracle.com
kbarrett [Wed, 15 Feb 2017 22:19:13 -0500] rev 43964
8166188: G1 Needs pre barrier on dereference of weak JNI handles
Summary: Add low tag to jweaks and G1 barrier for jweak loads.
Reviewed-by: mgerdin, mdoerr, pliden, dlong, dcubed, coleenp, aph, tschatzl
Contributed-by: kim.barrett@oracle.com, martin.doerr@sap.com, volker.simonis@sap.com
roland [Wed, 15 Feb 2017 17:26:37 -0800] rev 43963
8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
Reviewed-by: kvn
dnsimon [Wed, 15 Feb 2017 11:14:45 +0100] rev 43962
8174957: [JVMCI] jaotc is broken in Xcomp mode
Reviewed-by: iveresov
dpochepk [Wed, 15 Feb 2017 17:40:44 +0300] rev 43961
8138799: improve tests for CompilerToVM::MaterializeVirtualObjectTest
Reviewed-by: kvn
dpochepk [Wed, 15 Feb 2017 17:39:19 +0300] rev 43960
8138801: develop tests to check that CompilerToVM::isMature state is consistence w/ reprofile
Reviewed-by: kvn
dpochepk [Wed, 15 Feb 2017 17:37:44 +0300] rev 43959
8172050: some compiler/calls/ tests should have /native option
Reviewed-by: kvn
jgeorge [Wed, 15 Feb 2017 11:55:53 +0530] rev 43958
8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
Summary: Avoid running the test for client VMs and emulated client VMs, when method data is not available.
Reviewed-by: sspitsyn, dsamersoff
Contributed-by: jini.george@oracle.com
dnsimon [Tue, 14 Feb 2017 12:04:28 -0800] rev 43957
8174961: [JVMCI] incorrect implementation of isCompilable
Reviewed-by: kvn
rkennke [Tue, 14 Feb 2017 12:31:11 -0800] rev 43956
8172434: CompareAndExchangeObject inserts two pre-barriers
Reviewed-by: kvn
jwilhelm [Tue, 14 Feb 2017 01:32:38 +0100] rev 43955
Merge
jwilhelm [Sun, 12 Feb 2017 04:49:38 +0100] rev 43954
Merge
sspitsyn [Mon, 13 Feb 2017 22:43:50 +0000] rev 43953
Merge
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