RFR: 8369190: JavaFrameAnchor on AArch64 has unnecessary barriers and wrong store order in MacroAssembler [v3]

Justin King jcking at openjdk.org
Mon Oct 6 16:35:24 UTC 2025


> Remove unnecessary release barriers in `JavaFrameAnchor::{copy,clear}` and fix `MacroAssembler::set_last_Java_frame` to set `sp` last as expected by the profiler.

Justin King has updated the pull request incrementally with one additional commit since the last revision:

  Remove barriers and just fix program order for sp store in MacroAssembler
  
  Signed-off-by: Justin King <jcking at google.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27645/files
  - new: https://git.openjdk.org/jdk/pull/27645/files/a1414494..253417f9

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27645&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27645&range=01-02

  Stats: 20 lines in 2 files changed: 0 ins; 14 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/27645.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27645/head:pull/27645

PR: https://git.openjdk.org/jdk/pull/27645


More information about the hotspot-dev mailing list