RFR: 8302203: IR framework should detect non-compilable test methods early
Tobias Hartmann
thartmann at openjdk.org
Fri Feb 10 11:00:16 UTC 2023
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
-------------
Commit messages:
- 8302203: IR framework should detect non-compilable test methods early
Changes: https://git.openjdk.org/jdk/pull/12510/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12510&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8302203
Stats: 10 lines in 1 file changed: 3 ins; 6 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12510.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12510/head:pull/12510
PR: https://git.openjdk.org/jdk/pull/12510
More information about the hotspot-compiler-dev
mailing list