JDK-8363974 : Shenandoah: Use VM leaf calls for runtime calls on AArch64
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-07-23
  • Updated: 2025-08-11
Related Reports
Relates :  
Description
For some weird reason, we are calling the runtime stubs directly, without relocation, from ShenandoahBarrierSetAssembler on AArch64. This leads to problems like JDK-8360679. We need to see if we can do the same thing as x86_64.