JDK-8272970 : Parallelize runtime/InvocationTests/
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-08-25
  • Updated: 2024-03-14
  • Resolved: 2021-09-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 17 JDK 18
17.0.2Fixed 18 b14Fixed
Related Reports
Relates :  
Relates :  
Description
Current runtime/InvocationTests/ are long and serial. They take about half an hour on a modern desktop, mostly using a single CPU. They can be parallelized better, at least on sub-test level. This would be important as JDK-8272914 would start to run them in tier3.
Comments
Fix Request (17u) Clean backport to make tests faster and prepare to potential backport of JDK-8272914. Applies cleanly, test still runs, run time is improved.
10-09-2021

Changeset: 6cfe3142 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-09-02 07:56:56 +0000 URL: https://git.openjdk.java.net/jdk/commit/6cfe314262dacd6ca1a74c000d045b1cabd374db
02-09-2021