RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers
    Dean Long 
    dlong at openjdk.org
       
    Tue Oct 14 00:50:07 UTC 2025
    
    
  
On Mon, 13 Oct 2025 11:48:42 GMT, David Briemann <dbriemann at openjdk.org> wrote:
> No hardware barriers are necessary. All members are volatile and the profiler is run from a signal handler and only observers the thread its running on.
If all CPU ports follow this, then it seems like we could eventually implement JavaFrameAnchor in shared code without CPU-specific parts.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27768#issuecomment-3399555486
    
    
More information about the hotspot-compiler-dev
mailing list