RFR: 8255746: Make PrintCompilation available on a per method level [v2]

Joshua Cao duke at openjdk.org
Thu Oct 13 20:34:12 UTC 2022


On Wed, 12 Oct 2022 19:20:37 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> I can add new test, but I do not think BooleanTest can be adapted. BooleanTest.java specifically tests boolean flags, and would not work for compile commands.
>
> Yes to new test. But we still need to test global `-XX:+PrintCompilation`

I added tests for `-XX:+PrintCompilation` and `-XX:CompileCommand=PrintCompilation,...`

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

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


More information about the hotspot-compiler-dev mailing list