< prev index next >

src/share/vm/opto/graphKit.hpp

Print this page
rev 11777 : [mq]: gcinterface.patch

@@ -748,11 +748,11 @@
   // Returns the object (if any) which was created the moment before.
   Node* just_allocated_object(Node* current_control);
 
   static bool use_ReduceInitialCardMarks() {
     return (ReduceInitialCardMarks
-            && Universe::heap()->can_elide_tlab_store_barriers());
+            && GC::gc()->heap()->can_elide_tlab_store_barriers());
   }
 
   // Sync Ideal and Graph kits.
   void sync_kit(IdealKit& ideal);
   void final_sync(IdealKit& ideal);
< prev index next >