hotspot/src/share/vm/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/hotspot/src/share/vm/runtime/thread.cpp	Fri Dec  2 11:16:33 2016
--- new/hotspot/src/share/vm/runtime/thread.cpp	Fri Dec  2 11:16:31 2016

*** 27,37 **** --- 27,36 ---- #include "classfile/javaClasses.hpp" #include "classfile/moduleEntry.hpp" #include "classfile/systemDictionary.hpp" #include "classfile/vmSymbols.hpp" #include "code/codeCache.hpp" #include "code/codeCacheExtensions.hpp" #include "code/scopeDesc.hpp" #include "compiler/compileBroker.hpp" #include "compiler/compileTask.hpp" #include "gc/shared/gcId.hpp" #include "gc/shared/gcLocker.inline.hpp"
*** 3840,3851 **** --- 3839,3848 ---- if (PeriodicTask::num_tasks() > 0) { WatcherThread::start(); } } CodeCacheExtensions::complete_step(CodeCacheExtensionsSteps::CreateVM); create_vm_timer.end(); #ifdef ASSERT _vm_complete = true; #endif return JNI_OK;

hotspot/src/share/vm/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File