Integrated: 8323519: Add applications/ctw/modules to Hotspot tiered testing
Aleksey Shipilev
shade at openjdk.org
Mon Jan 15 09:13:25 UTC 2024
On Wed, 10 Jan 2024 13:43:23 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
This pull request has now been integrated.
Changeset: ba3c3bbd
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ba3c3bbd879eaf7532663663d73e21fafc65b574
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8323519: Add applications/ctw/modules to Hotspot tiered testing
Reviewed-by: xliu, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/17348
More information about the hotspot-dev
mailing list