comparison src/share/vm/runtime/thread.cpp @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents 49db2c1e3bee
children d8041d695d19
comparison
equal deleted inserted replaced
14123:dc41eab09fe8 14124:7ad529321294
3707 if (CleanChunkPoolAsync) { 3707 if (CleanChunkPoolAsync) {
3708 Chunk::start_chunk_pool_cleaner_task(); 3708 Chunk::start_chunk_pool_cleaner_task();
3709 } 3709 }
3710 3710
3711 // initialize compiler(s) 3711 // initialize compiler(s)
3712 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(GRAALVM) 3712 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(COMPILERGRAAL)
3713 CompileBroker::compilation_init(); 3713 CompileBroker::compilation_init();
3714 #endif 3714 #endif
3715 3715
3716 if (EnableInvokeDynamic) { 3716 if (EnableInvokeDynamic) {
3717 // Pre-initialize some JSR292 core classes to avoid deadlock during class loading. 3717 // Pre-initialize some JSR292 core classes to avoid deadlock during class loading.