src/share/vm/compiler/compileBroker.hpp

changeset 1844
cff162798819
parent 1637
5f24d0319e54
child 1907
c18cbe5936b8
equal deleted inserted replaced
1843:615a9d95d265 1844:cff162798819
308 standard_entry_bci = InvocationEntryBci 308 standard_entry_bci = InvocationEntryBci
309 }; 309 };
310 310
311 static AbstractCompiler* compiler(int level ) { 311 static AbstractCompiler* compiler(int level ) {
312 if (level == CompLevel_fast_compile) return _compilers[0]; 312 if (level == CompLevel_fast_compile) return _compilers[0];
313 assert(level == CompLevel_highest_tier, "what level?") 313 assert(level == CompLevel_highest_tier, "what level?");
314 return _compilers[1]; 314 return _compilers[1];
315 } 315 }
316 316
317 static void compilation_init(); 317 static void compilation_init();
318 static void init_compiler_thread_log(); 318 static void init_compiler_thread_log();

mercurial