< prev index next >

src/share/vm/memory/strongRootsScope.hpp

Print this page

        

*** 23,32 **** --- 23,34 ---- */ #ifndef SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP #define SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP + #include "memory/allocation.hpp" + class MarkScope : public StackObj { protected: bool _active; public: MarkScope(bool activate = true);
< prev index next >