RFR: 8258814: Compilation logging crashes for thread suspension / debugging tests
Paul Hohensee
phh at openjdk.java.net
Thu Jan 20 20:40:51 UTC 2022
On Tue, 18 Jan 2022 22:07:03 GMT, Yi-Fan Tsai <duke at openjdk.java.net> wrote:
> A compile task skips the compilation if breakpoints are present in the method to compile. Since logging, enabled by +LogCompilation, expects a failure reason if the compilation was not successful, an assertion is triggered. This fix sets the failure reason for this case.
Lgtm.
-------------
Marked as reviewed by phh (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7137
More information about the hotspot-compiler-dev
mailing list