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

Fix incorrect log message in JDI stop002t test

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • core-svc
    • b27

      The following log message:

                      log.display("TEST #5: Caught expected exception while in loop: " + t);

      is incorrect. It should be:

                      log.display("TEST #5: Caught expected exception while in sleep: " + t);

      It's a copy-n-paste bug from another section of the test that dealt with loops.

            cjplummer Chris Plummer
            cjplummer Chris Plummer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: