RFR: 8349579: jsvml.dll incorrect RDATA SEGMENT specification [v2]
Mohamed Issa
duke at openjdk.org
Tue Feb 11 03:44:27 UTC 2025
> 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 has updated the pull request incrementally with one additional commit since the last revision:
Update full name
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23503/files
- new: https://git.openjdk.org/jdk/pull/23503/files/6d8e8a5d..f29de5c1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23503&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23503&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/23503.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23503/head:pull/23503
PR: https://git.openjdk.org/jdk/pull/23503
More information about the hotspot-compiler-dev
mailing list