src/hotspot/share/opto/graphKit.hpp
changeset 49170 49e095e658c7
parent 48961 120b61d50f85
child 49982 9042ffe5b7fe
--- a/src/hotspot/share/opto/graphKit.hpp	Mon Feb 26 11:28:05 2018 -0500
+++ b/src/hotspot/share/opto/graphKit.hpp	Mon Feb 26 18:04:43 2018 +0100
@@ -754,12 +754,7 @@
   // Returns the object (if any) which was created the moment before.
   Node* just_allocated_object(Node* current_control);
 
-  static bool use_ReduceInitialCardMarks() {
-    BarrierSet *bs = Universe::heap()->barrier_set();
-    return bs->is_a(BarrierSet::CardTableModRef)
-           && barrier_set_cast<CardTableModRefBS>(bs)->can_elide_tlab_store_barriers()
-           && ReduceInitialCardMarks;
-  }
+  static bool use_ReduceInitialCardMarks();
 
   // Sync Ideal and Graph kits.
   void sync_kit(IdealKit& ideal);