mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +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
|
@ -1534,7 +1534,8 @@ void nmethod::do_unloading(BoolObjectClosure* is_alive,
|
|||
}
|
||||
}
|
||||
ic->set_to_clean();
|
||||
assert(ic->cached_oop() == NULL, "cached oop in IC should be cleared")
|
||||
assert(ic->cached_oop() == NULL,
|
||||
"cached oop in IC should be cleared");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue