JDK-8297603 : Split tests with multiply '@run main' actions into several separate tests
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2022-11-24
  • Updated: 2025-04-24
  • Resolved: 2025-04-24
Related Reports
Relates :  
Description
There are few compiler tests, mostly in 
compiler/intrinsics/*
compiler/memory/*
compiler/loopopts/*
directories that combine a lot of @run tags in a single test. So this test takes very long to execute and couldn't be executed concurrently by jtreg.


Comments
Closing all tasks created for the test speedups under JDK-8295561. If this becomes a priority again, we should probably measure test performance of all tests, and prioritize by which tests are taking the most time now, and not based on data from 2023.
24-04-2025

I'm converting this into a test performance RFE.
25-11-2022