< prev index next >

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

Print this page

        

*** 65,76 **** size_t heap_min_size() const; size_t heap_max_size() const; size_t heap_max_reserve_size() const; void out_of_memory(); - void flip_views(); void fixup_partial_loads(); public: static ZHeap* heap(); --- 65,81 ---- size_t heap_min_size() const; size_t heap_max_size() const; size_t heap_max_reserve_size() const; + void before_flip(); + void after_flip(); + + void flip_to_marked(); + void flip_to_remapped(); + void out_of_memory(); void fixup_partial_loads(); public: static ZHeap* heap();
< prev index next >