RFR: 8258383: vmTestbase/gc/g1/unloading/tests/unloading_compilation_level[1, 2, 3] time out without TieredCompilation [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Tue Jan 19 18:11:49 UTC 2021
On Tue, 19 Jan 2021 08:33:04 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
>
> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed TieredCompilation flag from compilation level 4 tests
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2125
More information about the hotspot-gc-dev
mailing list