JDK-8188818 : java/security/KeyPairGenerator/SolarisShortDSA.java fails on Solaris boxes
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8u152
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: solaris
  • Submitted: 2017-10-05
  • Updated: 2024-05-27
  • Resolved: 2024-05-27
Related Reports
Relates :  
Description
java/security/KeyPairGenerator/SolarisShortDSA.java started to fail on Solaris platform after it was removed from ProblemList.txt by JDK-8157665:

java.lang.IllegalStateException: Don't panic. This is a Solaris bug
	at SolarisShortDSA.main(SolarisShortDSA.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
	at java.lang.Thread.run(Thread.java:748)

JavaTest Message: Test threw exception: java.lang.IllegalStateException
JavaTest Message: shutting down test

result: Failed. Execution failed: `main' threw exception: java.lang.IllegalStateException: Don't panic. This is a Solaris bug

test result: Failed. Execution failed: `main' threw exception: java.lang.IllegalStateException: Don't panic. This is a Solaris bug