RFR: 8334060: Implementation of Late Barrier Expansion for G1 [v2]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Tue Aug 27 07:38:08 UTC 2024


On Mon, 26 Aug 2024 13:23:16 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> Sure, I agree that g1GetAndSetP and g1GetAndSetN are more consistent with the corresponding Ideal operation names, will rename the instructions in x64 and aarch64 and update the test expectations.

Done (commit daf38d3).

@offamitkumar @feilongjiang @snazarkin please note that the ADL instructions `g1XChgP` and `g1XChgN` have been renamed to `g1GetAndSetP` and `g1GetAndSetN`, and the same naming is expected across all platforms by the test `compiler/gcbarriers/TestG1BarrierGeneration.java` included in this changeset.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19746#discussion_r1732301224


More information about the hotspot-compiler-dev mailing list