< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

*** 124,137 **** // Call these in sequential code around process_roots. // strong_roots_prologue calls change_strong_roots_parity, if // parallel tasks are enabled. class StrongRootsScope : public MarkingCodeBlobClosure::MarkScope { - SharedHeap* _sh; - public: ! StrongRootsScope(SharedHeap* heap, bool activate = true); ~StrongRootsScope(); }; }; #endif // SHARE_VM_MEMORY_SHAREDHEAP_HPP --- 124,135 ---- // Call these in sequential code around process_roots. // strong_roots_prologue calls change_strong_roots_parity, if // parallel tasks are enabled. class StrongRootsScope : public MarkingCodeBlobClosure::MarkScope { public: ! StrongRootsScope(bool activate = true); ~StrongRootsScope(); }; }; #endif // SHARE_VM_MEMORY_SHAREDHEAP_HPP
< prev index next >