< prev index next >

src/hotspot/share/memory/metaspace/metachunk.hpp

Print this page
rev 50187 : imported patch metaspace-split
rev 50188 : [mq]: 8176808-split-metaspace-cpp-2

*** 30,40 **** #include "utilities/globalDefinitions.hpp" class MetachunkTest; namespace metaspace { - namespace internals { class VirtualSpaceNode; // Metachunk - Quantum of allocation from a Virtualspace // Metachunks are reused (when freed are put on a global freelist) and --- 30,39 ----
*** 168,175 **** // Given a Metachunk, update its in-use information (both in the // chunk and the occupancy map). void do_update_in_use_info_for_chunk(Metachunk* chunk, bool inuse); } // namespace metaspace - } // namespace internals #endif // SHARE_VM_MEMORY_METACHUNK_HPP --- 167,173 ----
< prev index next >