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

LauncherImpl: verbose flag used before property is read

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 8
    • javafx

    Description

      The following code appears in LauncherImpl:

          if (verbose) {
              System.err.println("Java 8 launchApplication method: launchMode="
                      + launchMode);
          }

          ...

          verbose = Boolean.getBoolean("javafx.verbose");

      Since it is initialized to false, the above print statement is dead code.

      Attachments

        Activity

          People

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: