sun/security/pkcs11/tls/fips/FipsModeTLS.java does not compile after JDK-8367096

XMLWordPrintable

      JDK-8367096 changed SecmodTest.initSecmod to be void, it used to return a boolean. Now FipsModeTLS will not compile:

      test/jdk/sun/security/pkcs11/tls/fips/FipsModeTLS.java:459: error: 'void' type not allowed here
              if (initSecmod() == false) {
                            ^
      1 error
      result: Failed. Compilation failed: Compilation failed

            Assignee:
            David Holmes
            Reporter:
            Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: