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

Typo in test/compiler/exceptions/CatchInlineExceptions.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b40
    • generic
    • generic

        The regression test pushed with 8059299 fix has typo:

        - if (counter2 != counter) {
        + if (counter2 != counter0) {
                     throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")");
                 }

        Only jdk9 is affected - I fixed the typo in backport.

              kvn Vladimir Kozlov
              kvn Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: