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

Local variable type calculation mismatch

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • core-libs
    • None
    • b44
    • generic
    • generic

        This very simple program throws an assertion in code generator about trying to load an uninitialized slot:

        (function (p) {
            var a, b;
            
            a = p ? ((b = 0), b) : 0;

            return a;
        })(true);

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

                Created:
                Updated:
                Resolved: