Tue, 21 Feb 2017 09:53:49 -0500 8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags
hseigel [Tue, 21 Feb 2017 09:53:49 -0500] rev 43977
8174725: JVM should throw NoClassDefFoundError if ACC_MODULE is set in access_flags Summary: Check if ACC_MODULE is set, and if so, throw NoClassDefFoundError exception Reviewed-by: dholmes, alanb, acorn, coleenp, lfoltan, gtriantafill
Sat, 18 Feb 2017 06:48:41 +0000 Merge
iveresov [Sat, 18 Feb 2017 06:48:41 +0000] rev 43976
Merge
Fri, 17 Feb 2017 21:54:30 -0800 8175217: [AOT] Fix suite.py after module renaming
iveresov [Fri, 17 Feb 2017 21:54:30 -0800] rev 43975
8175217: [AOT] Fix suite.py after module renaming Summary: Fix paths in suite.py Reviewed-by: kvn
Fri, 17 Feb 2017 21:06:59 -0800 8175052: [AOT] jaotc does not accept file name with .class
kvn [Fri, 17 Feb 2017 21:06:59 -0800] rev 43974
8175052: [AOT] jaotc does not accept file name with .class Reviewed-by: iveresov
Fri, 24 Feb 2017 12:01:33 +0100 Merge
jwilhelm [Fri, 24 Feb 2017 12:01:33 +0100] rev 43973
Merge
Thu, 16 Feb 2017 15:46:09 -0800 8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
kvn [Thu, 16 Feb 2017 15:46:09 -0800] rev 43972
8174879: Rename jdk.vm.ci to jdk.internal.vm.ci Summary: Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler. Reviewed-by: mchung, ihse, dnsimon
Thu, 16 Feb 2017 15:14:44 -0800 8175097: [TESTBUG] 8174164 fix missed the test
roland [Thu, 16 Feb 2017 15:14:44 -0800] rev 43971
8175097: [TESTBUG] 8174164 fix missed the test Reviewed-by: kvn
Thu, 16 Feb 2017 10:46:43 -0800 Merge
dcubed [Thu, 16 Feb 2017 10:46:43 -0800] rev 43970
Merge
Thu, 16 Feb 2017 10:41:19 -0800 8175086: [BACKOUT] fix for JDK-8166188
dcubed [Thu, 16 Feb 2017 10:41:19 -0800] rev 43969
8175086: [BACKOUT] fix for JDK-8166188 Reviewed-by: kbarrett, jwilhelm, dcubed
Thu, 16 Feb 2017 09:40:51 +0100 8174856: [TESTBUG] Missing DefineClass instances
simonis [Thu, 16 Feb 2017 09:40:51 +0100] rev 43968
8174856: [TESTBUG] Missing DefineClass instances Reviewed-by: dholmes, ddmitriev
Thu, 16 Feb 2017 14:12:33 +0100 Merge
rbackman [Thu, 16 Feb 2017 14:12:33 +0100] rev 43967
Merge
Wed, 15 Feb 2017 14:00:13 +0100 8165256: ARM64: vm/gc/concurrent/lp30yp10rp30mr0st300 Crash SIGBUS
rbackman [Wed, 15 Feb 2017 14:00:13 +0100] rev 43966
8165256: ARM64: vm/gc/concurrent/lp30yp10rp30mr0st300 Crash SIGBUS Reviewed-by: aph
Thu, 16 Feb 2017 17:40:12 +0530 8175054: Move new TestPrintMdo.java to hotspot/test directory
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
Wed, 15 Feb 2017 22:19:13 -0500 8166188: G1 Needs pre barrier on dereference of weak JNI handles
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
Wed, 15 Feb 2017 17:26:37 -0800 8174164: SafePointNode::_replaced_nodes breaks with irreducible loops
roland [Wed, 15 Feb 2017 17:26:37 -0800] rev 43963
8174164: SafePointNode::_replaced_nodes breaks with irreducible loops Reviewed-by: kvn
Wed, 15 Feb 2017 11:14:45 +0100 8174957: [JVMCI] jaotc is broken in Xcomp mode
dnsimon [Wed, 15 Feb 2017 11:14:45 +0100] rev 43962
8174957: [JVMCI] jaotc is broken in Xcomp mode Reviewed-by: iveresov
Wed, 15 Feb 2017 17:40:44 +0300 8138799: improve tests for CompilerToVM::MaterializeVirtualObjectTest
dpochepk [Wed, 15 Feb 2017 17:40:44 +0300] rev 43961
8138799: improve tests for CompilerToVM::MaterializeVirtualObjectTest Reviewed-by: kvn
Wed, 15 Feb 2017 17:39:19 +0300 8138801: develop tests to check that CompilerToVM::isMature state is consistence w/ reprofile
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
Wed, 15 Feb 2017 17:37:44 +0300 8172050: some compiler/calls/ tests should have /native option
dpochepk [Wed, 15 Feb 2017 17:37:44 +0300] rev 43959
8172050: some compiler/calls/ tests should have /native option Reviewed-by: kvn
Wed, 15 Feb 2017 11:55:53 +0530 8173896: SA: BasicLauncherTest.java (printmdo) fails for Client VM and Server VM with emulated-client
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
Tue, 14 Feb 2017 12:04:28 -0800 8174961: [JVMCI] incorrect implementation of isCompilable
dnsimon [Tue, 14 Feb 2017 12:04:28 -0800] rev 43957
8174961: [JVMCI] incorrect implementation of isCompilable Reviewed-by: kvn
Tue, 14 Feb 2017 12:31:11 -0800 8172434: CompareAndExchangeObject inserts two pre-barriers
rkennke [Tue, 14 Feb 2017 12:31:11 -0800] rev 43956
8172434: CompareAndExchangeObject inserts two pre-barriers Reviewed-by: kvn
Tue, 14 Feb 2017 01:32:38 +0100 Merge
jwilhelm [Tue, 14 Feb 2017 01:32:38 +0100] rev 43955
Merge
Sun, 12 Feb 2017 04:49:38 +0100 Merge
jwilhelm [Sun, 12 Feb 2017 04:49:38 +0100] rev 43954
Merge
Mon, 13 Feb 2017 22:43:50 +0000 Merge
sspitsyn [Mon, 13 Feb 2017 22:43:50 +0000] rev 43953
Merge
Mon, 13 Feb 2017 14:39:50 -0800 8172969: JVMTI spec: GetCurrentThread may return NULL in the early start phase
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
Mon, 13 Feb 2017 23:58:00 +0300 8174818: bigapps/Weblogic12medrec fails with assert(check_call_consistency(jvms, cg)) failed: inconsistent info
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
Sat, 11 Feb 2017 00:17:31 +0900 8173941: SA does not work if executable is DSO
ysuenaga [Sat, 11 Feb 2017 00:17:31 +0900] rev 43950
8173941: SA does not work if executable is DSO Reviewed-by: aph, dsamersoff
Sun, 12 Feb 2017 20:21:31 -0500 8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
dholmes [Sun, 12 Feb 2017 20:21:31 -0500] rev 43949
8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored Reviewed-by: dcubed
Fri, 10 Feb 2017 17:22:17 +0100 8173743: Failures during class definition can lead to memory leaks in metaspace
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip