< prev index next >

src/hotspot/share/gc/z/zPage.hpp

Print this page

        

*** 72,81 **** --- 72,84 ---- const ZVirtualMemory& virtual_memory() const; uint8_t numa_id(); bool is_allocating() const; + void pin_allocating(); + void unpin_allocating(); + bool is_relocatable() const; bool is_mapped() const; void set_pre_mapped();
< prev index next >