< prev index next >

src/hotspot/share/gc/shared/barrierSet.cpp

Print this page

        

*** 22,32 **** * */ #include "precompiled.hpp" #include "gc/shared/barrierSet.hpp" - #include "oops/oop.hpp" #include "gc/shared/barrierSetAssembler.hpp" #include "runtime/thread.hpp" #include "utilities/macros.hpp" BarrierSet* BarrierSet::_barrier_set = NULL; --- 22,31 ----
*** 47,57 **** #ifndef ZERO BarrierSetAssembler* bs_assembler = bs->barrier_set_assembler(); bs_assembler->barrier_stubs_init(); #endif } - - #ifdef ASSERT - void BarrierSet::verify_safe_oop(oop p) { - // Do nothing - } - #endif --- 46,50 ----
< prev index next >