< prev index next >

src/hotspot/share/gc/g1/g1CodeCacheRemSet.hpp

Print this page

        

*** 23,42 **** */ #ifndef SHARE_VM_GC_G1_G1CODECACHEREMSET_HPP #define SHARE_VM_GC_G1_G1CODECACHEREMSET_HPP - #include "memory/allocation.hpp" - class CodeBlobClosure; class G1CodeRootSetTable; class HeapRegion; class nmethod; // Implements storage for a set of code roots. // All methods that modify the set are not thread-safe except if otherwise noted. ! class G1CodeRootSet VALUE_OBJ_CLASS_SPEC { friend class G1CodeRootSetTest; private: const static size_t SmallSize = 32; const static size_t Threshold = 24; --- 23,40 ---- */ #ifndef SHARE_VM_GC_G1_G1CODECACHEREMSET_HPP #define SHARE_VM_GC_G1_G1CODECACHEREMSET_HPP class CodeBlobClosure; class G1CodeRootSetTable; class HeapRegion; class nmethod; // Implements storage for a set of code roots. // All methods that modify the set are not thread-safe except if otherwise noted. ! class G1CodeRootSet { friend class G1CodeRootSetTest; private: const static size_t SmallSize = 32; const static size_t Threshold = 24;
< prev index next >