JDK-8315684 : Parallelize sun/security/util/math/TestIntegerModuloP.java
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 8,11,17,21,22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-05
  • Updated: 2023-11-27
  • Resolved: 2023-09-25
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 22
21.0.2Fixed 22 b17Fixed
Related Reports
Relates :  
Description
sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about 600 seconds to run. Thus, it drags the execution time of tier2 on large machines. We can split the run configurations a bit so that test is more parallel. 
Comments
[jdk21u-fix-request] Approval Request from Ian Myers Clean backport to improve testing. Applies cleanly.
21-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u/pull/367 Date: 2023-11-15 13:03:02 +0000
15-11-2023

Changeset: 0f77d250 Author: Ian Myers <ianrichr@amazon.com> Committer: Aleksey Shipilev <shade@openjdk.org> Date: 2023-09-25 13:12:41 +0000 URL: https://git.openjdk.org/jdk/commit/0f77d250b67ae0678756f986607eb239641dfb9e
25-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15618 Date: 2023-09-07 13:23:01 +0000
13-09-2023