--- old/src/share/vm/runtime/java.cpp 2017-07-12 15:54:20.175873253 +0200 +++ new/src/share/vm/runtime/java.cpp 2017-07-12 15:54:20.019876007 +0200 @@ -76,7 +76,6 @@ #include "utilities/vmError.hpp" #if INCLUDE_ALL_GCS #include "gc/cms/concurrentMarkSweepThread.hpp" -#include "gc/parallel/parallelScavengeHeap.hpp" #include "gc/parallel/psScavenge.hpp" #endif // INCLUDE_ALL_GCS #ifdef COMPILER1 @@ -488,10 +487,6 @@ } } -#if INCLUDE_ALL_GCS - AdaptiveSizePolicyOutput::print(); -#endif - if (PrintBytecodeHistogram) { BytecodeHistogram::print(); }