6888953: some calls to function-like macros are missing semicolons

Reviewed-by: pbk, kvn
This commit is contained in:
John Coomes 2009-10-11 16:19:25 -07:00
parent 83f1d02a67
commit 7e76feaf42
31 changed files with 36 additions and 35 deletions

View file

@ -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