< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp

Print this page
@@ -22,11 +22,10 @@
   * questions.
   *
   */
  
  #include "precompiled.hpp"
- #include "gc/shared/fullGCForwarding.hpp"
  #include "gc/shared/gcArguments.hpp"
  #include "gc/shared/tlab_globals.hpp"
  #include "gc/shared/workerPolicy.hpp"
  #include "gc/shenandoah/shenandoahArguments.hpp"
  #include "gc/shenandoah/shenandoahCollectorPolicy.hpp"

@@ -184,12 +183,10 @@
    // With Shenandoah, GC cycles are much less frequent, so we need we need sizing policy
    // to converge faster over smaller number of resizing decisions.
    if (FLAG_IS_DEFAULT(TLABAllocationWeight)) {
      FLAG_SET_DEFAULT(TLABAllocationWeight, 90);
    }
- 
-   FullGCForwarding::initialize_flags(MaxHeapSize);
  }
  
  size_t ShenandoahArguments::conservative_max_heap_alignment() {
    size_t align = ShenandoahMaxRegionSize;
    if (UseLargePages) {
< prev index next >