< prev index next >

src/share/vm/opto/graphKit.hpp

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

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