JDK-8268167 : MultipleLogins.java failure on macosx-aarch64
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2021-06-03
  • Updated: 2021-07-06
  • Resolved: 2021-06-03
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 17
17 b26Fixed
Related Reports
Relates :  
Relates :  
Description
Exception in thread "main" java.lang.RuntimeException: issue setting up config
	at MultipleLogins.main(MultipleLogins.java:53)


===
String nssConfig = PKCS11Test.getNssConfig(); 
===
above call fails in this environment. Perhaps we should just return silently like other tests.
Comments
Changeset: eb385c0d Author: Sean Coffey <coffeys@openjdk.org> Date: 2021-06-03 13:47:47 +0000 URL: https://git.openjdk.java.net/jdk/commit/eb385c0de2026d6b184ce0c98ff421a4da95e1b1
03-06-2021

Warning: unsupported OS: MacOSX-aarch64-64, please initialize NSS librarys location firstly, skipping test
03-06-2021