Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Permalink
Browse files
8233027: OopMapSet::all_do does oms.next() twice during iteration
Backport-of: a2844b5
  • Loading branch information
Olga Mikhaltsova authored and Yuri Nesterenko committed Jan 26, 2021
1 parent b5c0f98 commit 0bb1017
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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();
}
}

1 comment on commit 0bb1017

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.