RFR: 8193567: Conversion of comparison nodes affects local slots in optimistic continuation

Attila Szegedi szegedia at gmail.com
Mon Dec 25 16:27:23 UTC 2017


A sad +1. I too wish this were easier to solve. Can you point me to the code parts that cause differences in local slot assignment? I guess I could try to figure it out myself from that terrible expression in the test, but if you have a quick explanation…

Thanks,
  Attila.

> On Dec 21, 2017, at 4:36 PM, Hannes Wallnöfer <hannes.wallnoefer at oracle.com> wrote:
> 
> Please review:
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8193567
> Webrev: http://cr.openjdk.java.net/~hannesw/8193567/webrev.00/
> 
> I’ve tried finding a smaller fix like just tagging the child nodes of all comparisons as non-optimistic, but that didn't fix the problem as those nodes could still have optimistic children.
> 
> Hannes



More information about the nashorn-dev mailing list