< prev index next >

src/hotspot/share/runtime/init.cpp

Print this page
rev 58036 : [mq]: asynclog

*** 30,39 **** --- 30,40 ---- #if INCLUDE_JVMCI #include "jvmci/jvmci.hpp" #endif #include "interpreter/bytecodes.hpp" #include "logging/log.hpp" + #include "logging/logAsyncFlusher.hpp" #include "logging/logTag.hpp" #include "memory/universe.hpp" #include "prims/methodHandles.hpp" #include "runtime/atomic.hpp" #include "runtime/flags/jvmFlag.hpp"
*** 117,126 **** --- 118,128 ---- jint status = universe_init(); // dependent on codeCache_init and // stubRoutines_init1 and metaspace_init. if (status != JNI_OK) return status; + LogAsyncFlusher::initialize(); gc_barrier_stubs_init(); // depends on universe_init, must be before interpreter_init interpreter_init(); // before any methods loaded invocationCounter_init(); // before any methods loaded accessFlags_init(); templateTable_init();
< prev index next >