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
kzhaldyb [Mon, 26 Sep 2016 17:49:01 +0300] rev 41316
8159818: Convert IHOP_test to GTest
Reviewed-by: tschatzl, iignatyev
fparain [Mon, 26 Sep 2016 20:24:34 +0000] rev 41315
Merge
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
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
kzhaldyb [Thu, 15 Sep 2016 18:18:39 +0300] rev 41312
8165602: Convert TestChunkedList_test to GTest
Reviewed-by: iignatyev, dfazunen
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
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
amurillo [Fri, 23 Sep 2016 13:44:01 -0700] rev 41309
Merge
iignatyev [Thu, 22 Sep 2016 22:51:51 +0300] rev 41308
8166549: fix incorrectly @ignore-d hotspot/compiler tests
Reviewed-by: kvn, kzhaldyb
bchristi [Thu, 22 Sep 2016 10:24:25 -0700] rev 41307
8166501: compilation error in stackwalk.cpp on some gccs
Reviewed-by: coleenp
iignatyev [Thu, 22 Sep 2016 16:41:01 +0200] rev 41306
Merge
kzhaldyb [Thu, 08 Sep 2016 15:23:05 +0300] rev 41305
8165433: Convert Test_linked_list to Gtest
Reviewed-by: coleenp, dholmes, iignatyev
dsamersoff [Thu, 22 Sep 2016 14:29:56 +0000] rev 41304
Merge