< prev index next >

src/hotspot/share/gc/parallel/psPromotionManager.inline.hpp

Print this page

        

*** 111,123 **** } } virtual void do_oop(oop* p) { do_oop_nv(p); } virtual void do_oop(narrowOop* p) { do_oop_nv(p); } - - // Don't use the oop verification code in the oop_oop_iterate framework. - debug_only(virtual bool should_verify_oops() { return false; }) }; // // This closure specialization will override the one that is defined in // instanceRefKlass.inline.cpp. It swaps the order of oop_oop_iterate and --- 111,120 ----
< prev index next >