RFR: 8354284: Add more compiler test folders to tier1 runs
Marc Chevalier
mchevalier at openjdk.org
Wed Apr 23 09:58:25 UTC 2025
Some folders in jtreg/compiler have been reported not to be run in any tier, while tier1 was probably intended, but the tier definition was mistakenly not updated. I've checked which folders are not referenced into `TEST.groups`.
The unmentioned ones:
- `ccp`
- `ciReplay`
- `ciTypeFlow`
- `compilercontrol`
- `debug`
- `oracle`
- `predicates`
- `print`
- `relocations`
- `sharedstubs`
- `splitif`
- `tiered`
- `whitebox`
And those, that are not test folders:
- `lib`
- `patches`
- `testlibraries`
I'm adding `ccp`, `ciTypeFlow`, `predicates`, `sharedstubs` and `splitif` to tier1.
The other folders seems to have been around for very long (since at least mid-2021). It's not clear how meaningful it'd be to add them/what the intent from them was. I've rather focused on the recently(-ish) added folders, that one forgot to put in a tier when adding it.
Feel free to tell if other folders should be included (and in which tier).
Thanks,
Marc
-------------
Commit messages:
- Adding some folders
Changes: https://git.openjdk.org/jdk/pull/24817/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24817&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8354284
Stats: 7 lines in 1 file changed: 6 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/24817.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24817/head:pull/24817
PR: https://git.openjdk.org/jdk/pull/24817
More information about the hotspot-compiler-dev
mailing list