Wed, 07 Sep 2016 12:23:25 -0700 8165565: Shorten branches causes incorrect code for SKX
mcberg [Wed, 07 Sep 2016 12:23:25 -0700] rev 41318
8165565: Shorten branches causes incorrect code for SKX Summary: don't replace restoreMask CountedLoopEnd with short branches. Reviewed-by: kvn
Tue, 27 Sep 2016 16:43:59 -0400 8165857: CMS _overflow_list is missing volatile specifiers.
eosterlund [Tue, 27 Sep 2016 16:43:59 -0400] rev 41317
8165857: CMS _overflow_list is missing volatile specifiers. Summary: Change _overflow_list from "oop" to "oopDesc* volatile", both CMS and ParNew. Reviewed-by: kbarrett, tschatzl
Mon, 26 Sep 2016 17:49:01 +0300 8159818: Convert IHOP_test to GTest
kzhaldyb [Mon, 26 Sep 2016 17:49:01 +0300] rev 41316
8159818: Convert IHOP_test to GTest Reviewed-by: tschatzl, iignatyev
Mon, 26 Sep 2016 20:24:34 +0000 Merge
fparain [Mon, 26 Sep 2016 20:24:34 +0000] rev 41315
Merge
Mon, 26 Sep 2016 15:56:39 -0400 8146546: assert(fr->safe_for_sender(thread)) failed: Safety check
fparain [Mon, 26 Sep 2016 15:56:39 -0400] rev 41314
8146546: assert(fr->safe_for_sender(thread)) failed: Safety check Reviewed-by: dcubed, gziemski, dlong
Mon, 26 Sep 2016 14:38:35 -0400 8166663: Simplify oops_on_card_seq_iterate_careful
kbarrett [Mon, 26 Sep 2016 14:38:35 -0400] rev 41313
8166663: Simplify oops_on_card_seq_iterate_careful Summary: Remove unnecessary parameter, change return value. Reviewed-by: tschatzl, mgerdin
Thu, 15 Sep 2016 18:18:39 +0300 8165602: Convert TestChunkedList_test to GTest
kzhaldyb [Thu, 15 Sep 2016 18:18:39 +0300] rev 41312
8165602: Convert TestChunkedList_test to GTest Reviewed-by: iignatyev, dfazunen
Sat, 24 Sep 2016 16:02:29 -0400 8165858: heapRegionManager is missing volatile specifier for _claims.
eosterlund [Sat, 24 Sep 2016 16:02:29 -0400] rev 41311
8165858: heapRegionManager is missing volatile specifier for _claims. Summary: Added volatile specifier. Reviewed-by: kbarrett, tschatzl
Fri, 23 Sep 2016 18:23:12 -0400 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett [Fri, 23 Sep 2016 18:23:12 -0400] rev 41310
8166583: Add oopDesc::klass_or_null_acquire() Summary: Added new function. Reviewed-by: dholmes, tschatzl
Fri, 23 Sep 2016 13:44:01 -0700 Merge
amurillo [Fri, 23 Sep 2016 13:44:01 -0700] rev 41309
Merge
Thu, 22 Sep 2016 22:51:51 +0300 8166549: fix incorrectly @ignore-d hotspot/compiler tests
iignatyev [Thu, 22 Sep 2016 22:51:51 +0300] rev 41308
8166549: fix incorrectly @ignore-d hotspot/compiler tests Reviewed-by: kvn, kzhaldyb
Thu, 22 Sep 2016 10:24:25 -0700 8166501: compilation error in stackwalk.cpp on some gccs
bchristi [Thu, 22 Sep 2016 10:24:25 -0700] rev 41307
8166501: compilation error in stackwalk.cpp on some gccs Reviewed-by: coleenp
Thu, 22 Sep 2016 16:41:01 +0200 Merge
iignatyev [Thu, 22 Sep 2016 16:41:01 +0200] rev 41306
Merge
Thu, 08 Sep 2016 15:23:05 +0300 8165433: Convert Test_linked_list to Gtest
kzhaldyb [Thu, 08 Sep 2016 15:23:05 +0300] rev 41305
8165433: Convert Test_linked_list to Gtest Reviewed-by: coleenp, dholmes, iignatyev
Thu, 22 Sep 2016 14:29:56 +0000 Merge
dsamersoff [Thu, 22 Sep 2016 14:29:56 +0000] rev 41304
Merge
Thu, 22 Sep 2016 15:42:40 +0300 8166552: SA: Missed testcase for add default methods to InstanceKlass
dsamersoff [Thu, 22 Sep 2016 15:42:40 +0300] rev 41303
8166552: SA: Missed testcase for add default methods to InstanceKlass Summary: Add default methods to InstanceKlass to enable SA to inspect default methods Reviewed-by: dsamersoff, iklam Contributed-by: jini.george@oracle.com
Thu, 22 Sep 2016 09:18:16 -0400 8166433: AArch64: Fix for JDK-8163014 broke AArch64 build
adinn [Thu, 22 Sep 2016 09:18:16 -0400] rev 41302
8166433: AArch64: Fix for JDK-8163014 broke AArch64 build Reviewed-by: adinn, coleenp
Thu, 22 Sep 2016 08:57:37 +0200 8166202: Tracefile gensrc cannot handle closed src dir in different location
erikj [Thu, 22 Sep 2016 08:57:37 +0200] rev 41301
8166202: Tracefile gensrc cannot handle closed src dir in different location Reviewed-by: egahlin, dholmes, tbell
Thu, 22 Sep 2016 00:21:25 +0200 Merge
kzhaldyb [Thu, 22 Sep 2016 00:21:25 +0200] rev 41300
Merge
Fri, 16 Sep 2016 19:49:03 +0300 8165613: Convert TestKlass_test to Gtest
kzhaldyb [Fri, 16 Sep 2016 19:49:03 +0300] rev 41299
8165613: Convert TestKlass_test to Gtest Reviewed-by: coleenp, rehn
Wed, 21 Sep 2016 12:53:16 -0700 8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792
cjplummer [Wed, 21 Sep 2016 12:53:16 -0700] rev 41298
8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792 Summary: Made the assert less restrictive. Reviewed-by: dholmes, dcubed, sspitsyn
Wed, 21 Sep 2016 18:40:50 +0000 Merge
ctornqvi [Wed, 21 Sep 2016 18:40:50 +0000] rev 41297
Merge
Wed, 21 Sep 2016 16:52:45 +0000 Merge
ctornqvi [Wed, 21 Sep 2016 16:52:45 +0000] rev 41296
Merge
Wed, 21 Sep 2016 12:45:18 -0400 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi [Wed, 21 Sep 2016 12:45:18 -0400] rev 41295
8164852: Move slow tier1/tier2 runtime tests to later tiers Reviewed-by: gtriantafill, sla, mseledtsov
Wed, 21 Sep 2016 16:47:26 +0000 Merge
coleenp [Wed, 21 Sep 2016 16:47:26 +0000] rev 41294
Merge
Wed, 21 Sep 2016 09:56:18 -0400 8163969: Cyclic interface initialization causes JVM crash
coleenp [Wed, 21 Sep 2016 09:56:18 -0400] rev 41293
8163969: Cyclic interface initialization causes JVM crash Summary: Fix interface initialization to follow spec: interface initializations do not set initialization state of interfaces that extend them. Reviewed-by: dholmes, acorn, lfoltan
Wed, 21 Sep 2016 16:46:13 +0300 8150758: [TESTBUG] need jvmti tests for module aware agents
ddmitriev [Wed, 21 Sep 2016 16:46:13 +0300] rev 41292
8150758: [TESTBUG] need jvmti tests for module aware agents Reviewed-by: sspitsyn, dsamersoff
Wed, 21 Sep 2016 11:31:23 +0200 Merge
kzhaldyb [Wed, 21 Sep 2016 11:31:23 +0200] rev 41291
Merge
Thu, 08 Sep 2016 18:41:10 +0300 8165601: Convert arrayOopDesc_test to Gtest
kzhaldyb [Thu, 08 Sep 2016 18:41:10 +0300] rev 41290
8165601: Convert arrayOopDesc_test to Gtest Reviewed-by: coleenp, iignatyev
Mon, 05 Sep 2016 20:31:03 +0300 8165439: Convert Test_TempNewSymbol to GTest
kzhaldyb [Mon, 05 Sep 2016 20:31:03 +0300] rev 41289
8165439: Convert Test_TempNewSymbol to GTest Reviewed-by: dholmes, coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip