Remove ModRefBarrierSetC2::pre_barrier(), whose only implementation after JDK-8334060 is empty [1]; and remove the following arguments of ModRefBarrierSetC2::post_barrier(), which are not used anymore: Node* ctl, Node* store, uint adr_idx, and BasicType bt.
[1] https://github.com/openjdk/jdk/blob/cc198972022c94199d698461e2ac42afc0058fd7/src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.hpp#L34-L43
Thanks to [~thartmann] for reporting.
[1] https://github.com/openjdk/jdk/blob/cc198972022c94199d698461e2ac42afc0058fd7/src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.hpp#L34-L43
Thanks to [~thartmann] for reporting.
- relates to
-
JDK-8334060 Implementation of Late Barrier Expansion for G1
- Resolved
- links to
-
Commit(master) openjdk/jdk/1c7641d4
-
Review(master) openjdk/jdk/23112