JDK-8318105 : [jmh] the test java.security.HSS failed with 2 active threads
  • Type: Bug
  • Component: security-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-10-13
  • Updated: 2024-09-23
  • Resolved: 2024-02-02
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 21 JDK 23
21.0.6-oracleFixed 23 b09Fixed
Related Reports
Relates :  
Description
The test micro/org/openjdk/bench/java/security/HSS.java failed with log:
java.lang.RuntimeException
        at org.openjdk.bench.java.security.HSS.verify(HSS.java:105)

for runs with 2+ threads.

Comments
Fix request [21u] I backport this for parity with 21.0.6-oracle. No risk, only a test change. Clean backport. Bench passes. SAP nightly testing passed.
20-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/990 Date: 2024-09-19 13:27:28 +0000
19-09-2024

Changeset: 38c01971 Author: Mark Powers <mpowers@openjdk.org> Date: 2024-02-02 16:30:46 +0000 URL: https://git.openjdk.org/jdk/commit/38c01971ff1c440d8c7ef4bc3432e5b9797ae708
02-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16435 Date: 2023-10-31 18:16:11 +0000
31-10-2023

The command to run through the build system may looks as: make test TEST=micro:HSS MICRO="OPTIONS=-t 10;JAVA_OPTIONS=-Xmx16g" If you have pre-built benchmarks.jar the command is: java -jar benchmarks.jar -t 10 HSS
24-10-2023

[~vaivanov] How did you run this with 2+ threads?
24-10-2023