RFR: 8299795: Relativize locals in interpreter frames
    Martin Doerr 
    mdoerr at openjdk.org
       
    Tue Jan 10 15:16:56 UTC 2023
    
    
  
On Mon, 9 Jan 2023 10:30:06 GMT, Fredrik Bredberg <duke at openjdk.org> wrote:
> Implementation of relativized locals in interpreter frames for x86. x64, arm, aarch64, ppc64le and riscv.
> Not relativized locals on zero and s390 but done some changes to cope with the changed generic code.
> Tested tier1-tier8 on supported platforms. The rest was sanity tested using Qemu, except s390, which was only tested by GitHub Actions.
Works on PPC64. Thanks! Tests have passed on other platforms as well.
-------------
PR: https://git.openjdk.org/jdk/pull/11902
    
    
More information about the hotspot-dev
mailing list