JDK-8209537 : Two security tests failed after JDK-8164639 due to dependency was missed
  • Type: Bug
  • Component: security-libs
  • Affected Version: 11
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-08-15
  • Updated: 2018-08-20
  • Resolved: 2018-08-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11 b27Fixed 12Fixed
Related Reports
Relates :  
Description
- sun/security/tools/keytool/autotest.sh
Exception in thread "main" java.security.ProviderException: Library /scratch/mesos/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/tools/keytool/../../pkcs11/nss/lib/macosx-x86_64/libsoftokn3.dylib does not exist

- sun/security/ec/TestEC.java
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:56: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.Artifact;
                             ^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:57: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.ArtifactResolver;
                             ^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:58: error: package jdk.test.lib.artifacts does not exist
import jdk.test.lib.artifacts.ArtifactResolverException;
                             ^
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:886: error: cannot find symbol
    @Artifact(
     ^
  symbol:   class Artifact
  location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:893: error: cannot find symbol
    @Artifact(
     ^
  symbol:   class Artifact
  location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:900: error: cannot find symbol
    @Artifact(
     ^
  symbol:   class Artifact
  location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:870: error: cannot find symbol
            path = ArtifactResolver.resolve(clazz).entrySet().stream()
                   ^
  symbol:   variable ArtifactResolver
  location: class PKCS11Test
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk11-jdk.1179/src.full/open/test/jdk/sun/security/pkcs11/PKCS11Test.java:873: error: cannot find symbol
        } catch (ArtifactResolverException e) {
                 ^
  symbol:   class ArtifactResolverException
  location: class PKCS11Test