<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Hi Julian,</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Thanks for catching this. You are correct, it should have been:</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
_RDATA  SEGMENT     READONLY PAGE   'DATA'</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Best Regards,</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Sandhya</div>
<hr style="display: inline-block; width: 98%;">
<div dir="ltr" id="divRplyFwdMsg"><span style="font-family: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><b>From:</b> dean.long@oracle.com <dean.long@oracle.com><br>
<b>Sent:</b> Wednesday, January 22, 2025 5:44 PM<br>
<b>To:</b> Julian Waters <tanksherman27@gmail.com>; hotspot-compiler-dev@openjdk.org <hotspot-compiler-dev@openjdk.org>; Viswanathan, Sandhya <sandhya.viswanathan@intel.com><br>
<b>Subject:</b> Re: [External] : Re: Is the section name _RDATA in jsvml.dll intended?</span>
<div> </div>
</div>
<p>Hi Sandhya.  Can you answer this question?</p>
<div>On 1/18/25 10:50 PM, Julian Waters wrote:</div>
<blockquote>
<div style="direction: ltr;">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:
<a href="https://urldefense.com/v3/__https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170__;!!ACWV5N9M2RV99hQ!PpK1i1x6SNT-4xG2FQ2nuaQ6KQ_ODUE_s8rfd85w0Fo9-s6diy2Vb54W8t0upi7W6F-18BfUmNYDAOT927itQjQ$" id="OWA76d246f2-0021-40c1-fb7e-727f891687b4" class="OWAAutoLink" data-auth="NotApplicable">
https://learn.microsoft.com/en-us/cpp/assembler/masm/segment?view=msvc-170</a></div>
<div style="direction: ltr;"><br>
</div>
<div style="direction: ltr;">An example of what I mean is this:</div>
<div style="direction: ltr;">_RDATA  SEGMENT     READ PAGE   'DATA'</div>
<div style="direction: ltr;"><br>
</div>
<div style="direction: ltr;">best regards,</div>
<div style="direction: ltr;">Julian</div>
</blockquote>
</body>
</html>