Integrated: 8258383: vmTestbase/gc/g1/unloading/tests/unloading_compilation_level[1, 2, 3] time out without TieredCompilation
Tobias Hartmann
thartmann at openjdk.java.net
Wed Jan 20 11:51:54 UTC 2021
On Mon, 18 Jan 2021 12:44:17 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> The test gets stuck while waiting for a compilation to succeed, because the corresponding compilation level is not available since Tiered Compilation is disabled (or `TieredStopAtLevel` is set). The tests should not be executed without Tiered Compilation (or if the requested compilation level is not available) and also check the output of `enqueueMethodForCompilation` for sanity.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 7c32ffea
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/7c32ffea
Stats: 69 lines in 25 files changed: 44 ins; 0 del; 25 mod
8258383: vmTestbase/gc/g1/unloading/tests/unloading_compilation_level[1,2,3] time out without TieredCompilation
Reviewed-by: kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/2125
More information about the hotspot-gc-dev
mailing list