mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +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
|
@ -224,8 +224,8 @@ void InterpreterOopMap::verify() {
|
|||
// If we are doing mark sweep _method may not have a valid header
|
||||
// $$$ This used to happen only for m/s collections; we might want to
|
||||
// think of an appropriate generalization of this distinction.
|
||||
guarantee(Universe::heap()->is_gc_active() ||
|
||||
_method->is_oop_or_null(), "invalid oop in oopMapCache")
|
||||
guarantee(Universe::heap()->is_gc_active() || _method->is_oop_or_null(),
|
||||
"invalid oop in oopMapCache");
|
||||
}
|
||||
|
||||
#ifdef ENABLE_ZAP_DEAD_LOCALS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue