Is the section name _RDATA in jsvml.dll intended?
Julian Waters
tanksherman27 at gmail.com
Sun Jan 19 06:50:22 UTC 2025
I briefly checked the _RDATA SEGMENT directive in some of the jsvml.dll
source files and it does seem like the READ attribute is not in the right
place, in some places it comes before the "align" attribute instead of
after. I'm not sure whether the Intel compiler meant READONLY before align,
or if it meant to set READ after, as mentioned by the MASM documentation:
https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170
An example of what I mean is this:
_RDATA SEGMENT READ PAGE 'DATA'
best regards,
Julian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-compiler-dev/attachments/20250119/e6604ecc/attachment-0001.htm>
More information about the hotspot-compiler-dev
mailing list