RFR: 8302203: IR framework should detect non-compilable test methods early
Vladimir Kozlov
kvn at openjdk.org
Fri Feb 10 22:57:27 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
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12510
More information about the hotspot-compiler-dev
mailing list