Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083259 | emb-9 | Zoltan Majo | P2 | Resolved | Fixed | team |
We split all our "short" compiler tests to 4 groups in TEST.groups to do parallel execution and limit execution time.
Unfortunately it creates problem for new jtreg tests which have to be added manually to these lists in TEST.groups.
The suggestion is to move all old compiled/<bugid> test to corresponding existing or new subfolders (like compiler/intrinsics). We can keep <bugid> dir names, so it will be directories move only.
And use subfolders in TEST.groups lists instead of listing all executed tests. Only excluded tests should be listed in TEST.groups.
To avoid a lot of excluded tests listed consider adding more hotspot_compiler groups to TEST.groups. Also we can rise time to 15 min per group from previous 10 min (runtime group runs for 20 mins on SPARC and nobody complains).
Unfortunately it creates problem for new jtreg tests which have to be added manually to these lists in TEST.groups.
The suggestion is to move all old compiled/<bugid> test to corresponding existing or new subfolders (like compiler/intrinsics). We can keep <bugid> dir names, so it will be directories move only.
And use subfolders in TEST.groups lists instead of listing all executed tests. Only excluded tests should be listed in TEST.groups.
To avoid a lot of excluded tests listed consider adding more hotspot_compiler groups to TEST.groups. Also we can rise time to 15 min per group from previous 10 min (runtime group runs for 20 mins on SPARC and nobody complains).
- backported by
-
JDK-8083259 move compiler jtreg test to corresponding subfolders and use those in TEST.groups
-
- Resolved
-
- relates to
-
JDK-8150349 Reduce the execution time of the hotspot_compiler_3 group
-
- Resolved
-
-
JDK-8050407 Add jtreg compiler tests to Hotspot JPRT jobs
-
- Resolved
-