<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.EmailStyle19
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style></head><body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word"><div class="WordSection1"><p class="MsoNormal">I just changed from 24-ea+22-2649 to 24+36-3646 and almost all my test cases worked fine. However, I ran into a problem with ldc:</p><p class="MsoNormal"> </p><p class="MsoNormal">ConstantInstruction.ofLoad(Opcode.LDC, poolBuilder.stringEntry(binaryClassName))</p><p class="MsoNormal"> </p><p class="MsoNormal">This used to work if the constant pool entry for binaryClassName was >256 – it would automatically generate a ldc_w.</p><p class="MsoNormal"> </p><p class="MsoNormal">Now it generates a ldc and uses just the lower 8 bits of the offset. This seems like a problem as a user is not expected to know the constant pool offset, are they?</p><p class="MsoNormal"> </p><p class="MsoNormal">Thank you,</p><p class="MsoNormal">Mark</p><p class="MsoNormal"> </p></div></body></html>