< prev index next >

src/hotspot/share/gc/serial/markSweep.inline.hpp

Print this page

        

*** 31,40 **** --- 31,41 ---- #include "memory/universe.hpp" #include "oops/markOop.inline.hpp" #include "oops/access.inline.hpp" #include "oops/compressedOops.inline.hpp" #include "oops/oop.inline.hpp" + #include "utilities/stack.inline.hpp" inline void MarkSweep::mark_object(oop obj) { // some marks may contain information we need to preserve so we store them away // and overwrite the mark. We'll restore it at the end of markSweep. markOop mark = obj->mark_raw();
< prev index next >