RFR: 8302203: IR framework should detect non-compilable test methods early
Christian Hagedorn
chagedorn at openjdk.org
Fri Feb 10 11:15:46 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
Looks good!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12510
More information about the hotspot-compiler-dev
mailing list