< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahFullGC.hpp

Print this page
*** 1,7 ***
--- 1,8 ---
  /*
   * Copyright (c) 2014, 2021, Red Hat, Inc. All rights reserved.
+  * Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

*** 79,10 ***
--- 80,11 ---
  
    void phase1_mark_heap();
    void phase2_calculate_target_addresses(ShenandoahHeapRegionSet** worker_slices);
    void phase3_update_references();
    void phase4_compact_objects(ShenandoahHeapRegionSet** worker_slices);
+   void phase5_epilog();
  
    void distribute_slices(ShenandoahHeapRegionSet** worker_slices);
    void calculate_target_humongous_objects();
    void compact_humongous_objects();
  };
< prev index next >