Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Backport a2844b5
Browse files Browse the repository at this point in the history
  • Loading branch information
omikhaltsova committed Jan 25, 2021
1 parent b5c0f98 commit f9e9d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/compiler/oopMap.cpp
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit f9e9d48

Please sign in to comment.