RFR: 8347563: C2: clean up ModRefBarrierSetC2
Thomas Schatzl
tschatzl at openjdk.org
Mon Jan 20 11:44:35 UTC 2025
On Tue, 14 Jan 2025 17:47:59 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
> This cleanup removes `ModRefBarrierSetC2::pre_barrier()` (which is a no-op after [JDK-8334060](https://bugs.openjdk.org/browse/JDK-8334060)) and unused arguments of `ModRefBarrierSetC2::post_barrier()`. Thanks to @TobiHartmann for reporting!
>
> **Testing:** tier1-3.
lgtm.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/23112#pullrequestreview-2562166129
More information about the hotspot-compiler-dev
mailing list