< prev index next >

src/share/vm/runtime/java.cpp

Print this page

        

*** 74,84 **** #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" --- 74,83 ----
*** 486,499 **** 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()) { --- 485,494 ----
< prev index next >