< prev index next >

src/share/vm/oops/oop.cpp

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

*** 30,41 **** #include "oops/verifyOopClosure.hpp" #include "runtime/handles.inline.hpp" #include "runtime/thread.inline.hpp" #include "utilities/copy.hpp" - bool always_do_update_barrier = false; - BarrierSet* oopDesc::_bs = NULL; void oopDesc::print_on(outputStream* st) const { if (this == NULL) { st->print_cr("NULL"); --- 30,39 ----
< prev index next >