RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]
    Aleksey Shipilev 
    shade at openjdk.org
       
    Thu Oct 16 04:57:04 UTC 2025
    
    
  
On Wed, 15 Oct 2025 19:47:18 GMT, Justin King <jcking at openjdk.org> wrote:
> When you talk about announce, are you just referring to sending a somewhat short and sweet email to hotspot-dev calling out the 3 issues (RISCV and PPC bugs to be created) and that they can result in Java heap corruption? 
There is no need to announce on hotspot-dev.
I looked through the other arches, so:
 - ARM32 looks affected; @bulasevich, take note: [no bug filed yet]
 - PPC64 looks affected; @TheRealMDoerr, take note: https://bugs.openjdk.org/browse/JDK-8369946
 - RISC-V looks affected; @RealFYang, take note: https://bugs.openjdk.org/browse/JDK-8369947
 - S390 does not look affected; TSO handles this for us
 - x86 does not look affected; TSO handles this for us
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27748#issuecomment-3409171412
    
    
More information about the hotspot-compiler-dev
mailing list