Integrated: 8351938: C2: Print compilation bailouts with PrintCompilation compile command

Christian Hagedorn chagedorn at openjdk.org
Fri Mar 14 12:16:08 UTC 2025


On Thu, 13 Mar 2025 12:07:50 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> We currently only print a compilation bailout with `-XX:+PrintCompilation`:
> 
> 7782 90 b 4 Test::main (19 bytes)
> 7792 90 b 4 Test::main (19 bytes) COMPILE SKIPPED: StressBailout
> 
> But not when using `-XX:CompileCommand=printcompilation,*::*`. This patch enables this.
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 65c5282f
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/65c5282f4b83343062571736b7d34ddb147ea39c
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8351938: C2: Print compilation bailouts with PrintCompilation compile command

Reviewed-by: epeter, thartmann, kvn, galder

-------------

PR: https://git.openjdk.org/jdk/pull/24031


More information about the hotspot-compiler-dev mailing list