< prev index next >

src/share/vm/gc/shared/strongRootsScope.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP ! #define SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP #include "memory/allocation.hpp" class MarkScope : public StackObj { protected: --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_STRONGROOTSSCOPE_HPP ! #define SHARE_VM_GC_SHARED_STRONGROOTSSCOPE_HPP #include "memory/allocation.hpp" class MarkScope : public StackObj { protected:
*** 41,46 **** public: StrongRootsScope(bool activate = true); ~StrongRootsScope(); }; ! #endif // SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP --- 41,46 ---- public: StrongRootsScope(bool activate = true); ~StrongRootsScope(); }; ! #endif // SHARE_VM_GC_SHARED_STRONGROOTSSCOPE_HPP
< prev index next >