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

Typo in test/compiler/exceptions/CatchInlineExceptions.java

    XMLWordPrintable

Details

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

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: