mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -844,7 +844,7 @@ class EntryFrameOopFinder: public SignatureInfo {
|
|||
}
|
||||
|
||||
void oop_at_offset_do(int offset) {
|
||||
assert (offset >= 0, "illegal offset")
|
||||
assert (offset >= 0, "illegal offset");
|
||||
oop* addr = (oop*) _fr->entry_frame_argument_at(offset);
|
||||
_f->do_oop(addr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue