RFR: 8295104: Break VarHandle tests into separate @test to reduce test execution time

Aleksey Shipilev shade at openjdk.org
Tue Oct 11 09:31:30 UTC 2022


On Mon, 10 Oct 2022 23:16:20 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> This separates `@run` into its own `@test` that they can be run concurrently.

I did consider when working on `VarHandle` tests recently, but figured this split penalizes the total CPU time quite significantly. Given that these tests run in `tier1`, when there is significant external parallelism already, it seems to waste time for little gain.

Please run `java/lang/invoke/VarHandles` and `tier1` with `time` to ballpark the time changes on your test systems.

-------------

PR: https://git.openjdk.org/jdk/pull/10641


More information about the core-libs-dev mailing list