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

NPE caused by JDK-6990109 fix

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: