< prev index next >

src/share/vm/runtime/thread.cpp

Print this page

        

*** 3694,3712 **** if (CleanChunkPoolAsync) { Chunk::start_chunk_pool_cleaner_task(); } - #if INCLUDE_JVMCI - if (EnableJVMCI) { - const char* jvmciCompiler = Arguments::PropertyList_get_value(Arguments::system_properties(), "jvmci.compiler"); - if (jvmciCompiler != NULL) { - JVMCIRuntime::save_compiler(jvmciCompiler); - } - } - #endif // INCLUDE_JVMCI - // initialize compiler(s) #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI CompileBroker::compilation_init(CHECK_JNI_ERR); #endif --- 3694,3703 ----
< prev index next >