< prev index next >

src/share/vm/runtime/java.cpp

Print this page

        

@@ -74,11 +74,10 @@
 #include "utilities/histogram.hpp"
 #include "utilities/macros.hpp"
 #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
 #include "c1/c1_Compiler.hpp"
 #include "c1/c1_Runtime1.hpp"

@@ -486,14 +485,10 @@
     if (log.is_trace()) {
       ClassLoaderDataGraph::dump_on(log.trace_stream());
     }
   }
 
-#if INCLUDE_ALL_GCS
-  AdaptiveSizePolicyOutput::print();
-#endif
-
   if (PrintBytecodeHistogram) {
     BytecodeHistogram::print();
   }
 
   if (JvmtiExport::should_post_thread_life()) {
< prev index next >