Pessimistic LMUL used where optimistic should be

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 9
    • Affects Version/s: 8u40
    • Component/s: core-libs
    • None
    • b37
    • generic
    • generic

        function doubleFoo(x) {
            return x.foo * 2;
        }
        print(doubleFoo({foo: 1 << 31}));

        This emits LMUL instead of invokedynamic lmul for the multiplication. That's wrong.

              Assignee:
              Attila Szegedi
              Reporter:
              Attila Szegedi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: