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

NPE caused by JDK-6990109 fix

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • deploy
    • b96

      need to check for null in JavaFXAppDesc.getArguments() and ApplicationDesc.getArguments:

          public String[] getArguments() {
              return (arguments == null) ? null :
                     Arrays.copyOf(arguments, arguments.length);
          }

      can be seen with:
      http://stt-13.ru.oracle.com:8080/JavawsMustangIntegTest/7uX_tests/FXOcspAndCrlCheck/html/testOCSPAndCRLRevokedCert.html

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: