RFR: 8323519: Add applications/ctw/modules to Hotspot tiered testing [v2]
Vladimir Kozlov
kvn at openjdk.org
Thu Jan 11 18:31:22 UTC 2024
On Thu, 11 Jan 2024 08:56:47 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Noticed that `applications/ctw/modules` is missing from current `tier{1,2,3,4}` hotspot definitions, since tier4 specifically excludes all applications. That exclusion was due to potentially unprepared dependencies that are needed for testing: for example jcstress tests would fail with the default configuration. But CTW for JDK modules works well out of the box, so we can add it somewhere in high tier, for example tier3. It should be useful to catch compiler bugs early, before running `hotspot:all`.
>>
>> These tests take quite a bit of time (~15 mins on my M1), so I opted to add them to relevant "slow" group that is run in tier3.
>>
>> Additional testing:
>> - [x] Checked that `tier3_compiler` runs CTW tests
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>
> Adding directly to tier3_compiler
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17348#pullrequestreview-1816256599
More information about the hotspot-dev
mailing list