< prev index next >

src/hotspot/share/gc/parallel/parallelArguments.cpp

Print this page
*** 24,11 ***
   */
  
  #include "gc/parallel/parallelArguments.hpp"
  #include "gc/parallel/parallelScavengeHeap.hpp"
  #include "gc/shared/adaptiveSizePolicy.hpp"
- #include "gc/shared/fullGCForwarding.hpp"
  #include "gc/shared/gcArguments.hpp"
  #include "gc/shared/genArguments.hpp"
  #include "gc/shared/workerPolicy.hpp"
  #include "logging/log.hpp"
  #include "runtime/globals.hpp"
--- 24,10 ---

*** 125,12 ***
      }
      if (FLAG_IS_DEFAULT(MinSurvivorRatio)) {
        FLAG_SET_DEFAULT(MinSurvivorRatio, SurvivorRatio + 2);
      }
    }
- 
-   FullGCForwarding::initialize_flags(heap_reserved_size_bytes());
  }
  
  size_t ParallelArguments::conservative_max_heap_alignment() {
    // The card marking array and the offset arrays for old generations are
    // committed in os pages as well. Make sure they are entirely full (to
--- 124,10 ---
< prev index next >