RFR: 8349579: jsvml.dll incorrect RDATA SEGMENT specification

Sandhya Viswanathan sviswanathan at openjdk.org
Mon Feb 10 21:05:28 UTC 2025


On Thu, 6 Feb 2025 21:34:39 GMT, Mohamed Issa <duke at openjdk.org> wrote:

> A fix for incorrectly defined program segments in Windows SVML assembly.
> 
> - Changes _READ_ to _READONLY_ in all math functions
> - Now compliant with MASM x86 and x86_64 program segment [specification](https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170)
> 
> The tier1 tests show the changes didn't introduce new failures.

Mohamed Issa (github id @missa-prime) is part of Intel Java team and is covered by Intel OCA.

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

PR Comment: https://git.openjdk.org/jdk/pull/23503#issuecomment-2641310778


More information about the hotspot-compiler-dev mailing list