Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8058610

Pessimistic LMUL used where optimistic should be

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 8u40
    • 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.

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

                Created:
                Updated:
                Resolved: