comparison src/share/vm/compiler/compileBroker.hpp @ 1489:cff162798819

6888953: some calls to function-like macros are missing semicolons Reviewed-by: pbk, kvn
author jcoomes
date Sun, 11 Oct 2009 16:19:25 -0700
parents 5f24d0319e54
children c18cbe5936b8
comparison
equal deleted inserted replaced
1488:615a9d95d265 1489: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();