[jdk11u] RFR: 8304389: [11u] Crash on Windows in C2 compiled code after 8248238 and 8218431

Dean Long dlong at openjdk.org
Tue Mar 21 07:39:57 UTC 2023


On Fri, 17 Mar 2023 07:47:44 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> … 8218431
> 
> A required fix to avoid regression in 11.0.19. See JBS issue.

Yes, you need _WIN64 set for windows-aarch64 even if you comment out or remove the isTargetCpuBits block.

My concern with just changing just the .ad file is there are other uses of #ifdef _WIN64 in x86 .hpp header files that adlc files might include directly or indirectly.

To me JDK-8256205 just looks like a refactoring.  I don't see how it would change the calling convention.

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

PR Comment: https://git.openjdk.org/jdk11u/pull/70#issuecomment-1477389338


More information about the jdk-updates-dev mailing list