< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

*** 111,125 **** // Full initialization is done in a concrete subtype's "initialize" // function. SharedHeap(); public: - // A SharedHeap will contain some number of spaces. This finds the - // space whose reserved area contains the given address, or else returns - // NULL. - virtual Space* space_containing(const void* addr) const = 0; - // Note, the below comment needs to be updated to reflect the changes // introduced by JDK-8076225. This should be done as part of JDK-8076289. // //Some collectors will perform "process_strong_roots" in parallel. // Such a call will involve claiming some fine-grained tasks, such as --- 111,120 ----
< prev index next >