Integrated: 8349579: jsvml.dll incorrect RDATA SEGMENT specification

Mohamed Issa duke at openjdk.org
Tue Feb 11 15:36:25 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.

This pull request has now been integrated.

Changeset: a1bcda24
Author:    Mohamed Issa <mohamed.issa at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a1bcda247617a839cd797bdd8bd3bf3216dff8a8
Stats:     39 lines in 36 files changed: 0 ins; 0 del; 39 mod

8349579: jsvml.dll incorrect RDATA SEGMENT specification

Reviewed-by: sviswanathan, jbhateja

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

PR: https://git.openjdk.org/jdk/pull/23503


More information about the hotspot-compiler-dev mailing list