Integrated: 8258814: Compilation logging crashes for thread suspension / debugging tests
Yi-Fan Tsai
duke at openjdk.java.net
Thu Jan 20 23:49:49 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.
This pull request has now been integrated.
Changeset: 35ee0f38
Author: Yi-Fan Tsai <yifan.tsai at gmail.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/35ee0f38c6d5e35fb50a059a189e032df7f7e7c5
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8258814: Compilation logging crashes for thread suspension / debugging tests
Reviewed-by: xliu, phh
-------------
PR: https://git.openjdk.java.net/jdk/pull/7137
More information about the hotspot-compiler-dev
mailing list