RFR: 8362564: hotspot/jtreg/compiler/c2/TestLWLockingCodeGen.java fails on static JDK on x86_64 with AVX instruction extensions [v2]

Jiangli Zhou jiangli at openjdk.org
Wed Jul 30 19:16:00 UTC 2025


On Wed, 30 Jul 2025 19:09:59 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:

>>> Also about back porting into JDK 25. You need to rise priority - only P1 and P2 are allowed in RDP2.
>> 
>> Changed to P2.
>
>> @jianglizhou thank you for showing code difference. I approved JDK 25 backport.
> 
> Thanks, @vnkozlov!

> @jianglizhou So it is similar to issue in AOT where we force `ForceUnreachable` flag to be `true` to generate far calls (full address is used instead of relative offset) into VM's runtime methods. But in static JDK VM runtime methods addressed far from CodeCache so it triggers far call.

Yes.

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

PR Comment: https://git.openjdk.org/jdk/pull/26395#issuecomment-3137533537


More information about the hotspot-dev mailing list