< prev index next >

src/hotspot/share/opto/graphKit.hpp

8198703

*** 752,767 **** } // 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; ! } // Sync Ideal and Graph kits. void sync_kit(IdealKit& ideal); void final_sync(IdealKit& ideal); --- 752,762 ---- } // Returns the object (if any) which was created the moment before. Node* just_allocated_object(Node* current_control); ! static bool use_ReduceInitialCardMarks(); // Sync Ideal and Graph kits. void sync_kit(IdealKit& ideal); void final_sync(IdealKit& ideal);
< prev index next >