8233027: OopMapSet::all_do does oms.next() twice during iteration
Reviewed-by: shade, kvn
This commit is contained in:
parent
d8c73de1df
commit
a2844b54e1
@ -335,7 +335,6 @@ void OopMapSet::all_do(const frame *fr, const RegisterMap *reg_map,
|
||||
if (base_loc != NULL && *base_loc != NULL && !CompressedOops::is_base(*base_loc)) {
|
||||
derived_oop_fn(base_loc, derived_loc);
|
||||
}
|
||||
oms.next();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user