Hi, <div><br></div><div>for the Pharo Kernel ImageMap job I do something like </div><div><br></div><div><div id=":y4" dir="ltr" class="kl" style="margin-bottom:0.2em;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
m := CompiledMethod allInstances anyOne.<br>1 to: m basicSize do:[:i | m basicAt:i ].</div></div><div><br></div><div>For previous VMs it worked well without error but now the primitive fails and the SubscriptOutOfBounds error is raised at index 1. </div>
<div>Fails on the latest Pharo VM and VM by Eliot r2714. </div><div><br></div><div>Cheers,</div><div>-- Pavel</div>