RFR: 8302203: IR framework should detect non-compilable test methods early
Tobias Hartmann
thartmann at openjdk.org
Fri Feb 10 11:55:41 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
Thanks for the review, Christian!
-------------
PR: https://git.openjdk.org/jdk/pull/12510
More information about the hotspot-compiler-dev
mailing list