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

Another bytecode problem with typeof chains

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • P2
    • Resolution: Fixed
    • None
    • 8
    • core-libs
    • None
    • b100
    • Verified

    Description

      function f() {
          var a = typeof b == 'function' && (a = toto(b)) && toto(a);
      };

      Generates erroneous bytecodes

      Attachments

        Issue Links

          Activity

            People

              lagergren Marcus Lagergren
              lagergren Marcus Lagergren
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: