mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 05:14:52 +02:00
6888953: some calls to function-like macros are missing semicolons
Reviewed-by: pbk, kvn
This commit is contained in:
parent
83f1d02a67
commit
7e76feaf42
31 changed files with 36 additions and 35 deletions
|
@ -310,7 +310,7 @@ class CompileBroker: AllStatic {
|
|||
|
||||
static AbstractCompiler* compiler(int level ) {
|
||||
if (level == CompLevel_fast_compile) return _compilers[0];
|
||||
assert(level == CompLevel_highest_tier, "what level?")
|
||||
assert(level == CompLevel_highest_tier, "what level?");
|
||||
return _compilers[1];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue