Integrated: 8302203: IR framework should detect non-compilable test methods early
Tobias Hartmann
thartmann at openjdk.org
Mon Feb 13 06:26:36 UTC 2023
On Fri, 10 Feb 2023 10:52:47 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> If a test method becomes non-compilable due to compilation bailouts, the IR framework will currently try to re-enqueue the method for compilation until the 10s timeout is reached (see log in bug report). Instead, we should check if the method became non-compilable and bail out immediately.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: d1c87a03
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d1c87a03ad188034e4a62e033b2d9d908805eacd
Stats: 10 lines in 1 file changed: 3 ins; 6 del; 1 mod
8302203: IR framework should detect non-compilable test methods early
Reviewed-by: chagedorn, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/12510
More information about the hotspot-compiler-dev
mailing list