< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page

        

*** 3722,3732 **** if (CleanChunkPoolAsync) { Chunk::start_chunk_pool_cleaner_task(); } // initialize compiler(s) ! #if defined(COMPILER1) || defined(COMPILER2) || INCLUDE_JVMCI CompileBroker::compilation_init(CHECK_JNI_ERR); #endif // Pre-initialize some JSR292 core classes to avoid deadlock during class loading. // It is done after compilers are initialized, because otherwise compilations of --- 3722,3732 ---- if (CleanChunkPoolAsync) { Chunk::start_chunk_pool_cleaner_task(); } // initialize compiler(s) ! #if defined(COMPILER1) || COMPILER2_OR_JVMCI CompileBroker::compilation_init(CHECK_JNI_ERR); #endif // Pre-initialize some JSR292 core classes to avoid deadlock during class loading. // It is done after compilers are initialized, because otherwise compilations of
< prev index next >