< prev index next >

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

Print this page
@@ -25,11 +25,10 @@
  
  #include "precompiled.hpp"
  #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"

@@ -81,12 +80,10 @@
    }
  
    if (FLAG_IS_DEFAULT(ParallelRefProcEnabled) && ParallelGCThreads > 1) {
      FLAG_SET_DEFAULT(ParallelRefProcEnabled, true);
    }
- 
-   FullGCForwarding::initialize_flags(heap_reserved_size_bytes());
  }
  
  // The alignment used for boundary between young gen and old gen
  static size_t default_gen_alignment() {
    return 64 * K * HeapWordSize;
< prev index next >