src/share/vm/compiler/compileBroker.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/compiler/compileBroker.cpp	Mon Oct 21 11:47:07 2013
--- new/src/share/vm/compiler/compileBroker.cpp	Mon Oct 21 11:47:07 2013

*** 804,815 **** --- 804,817 ---- #endif // SHARK // Initialize the CompileTask free list _task_free_list = NULL; ! // Start the CompilerThreads ! // Start compiler thread(s) + if (c1_count > 0 || c2_count > 0) { init_compiler_threads(c1_count, c2_count); + } // totalTime performance counter is always created as it is required // by the implementation of java.lang.management.CompilationMBean. { EXCEPTION_MARK; _perf_total_compilation =

src/share/vm/compiler/compileBroker.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File