< prev index next >

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

Print this page
*** 52,11 ***
--- 52,13 ---
  
    bool has_regions();
    bool is_initialized();
    void initialize(HeapRegion* hr);
    void update();
+   template <bool ALT_FWD>
    void forward(oop object, size_t size);
+   template <bool ALT_FWD>
    uint forward_humongous(HeapRegion* hr);
    void add(HeapRegion* hr);
    void add_humongous(HeapRegion* hr);
  
    void remove_at_or_above(uint bottom);
< prev index next >