RFR: 8255746: Make PrintCompilation available on a per method level
Joshua Cao
duke at openjdk.org
Wed Oct 12 19:13:06 UTC 2022
On Wed, 12 Oct 2022 17:16:29 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> test/lib-test/jdk/test/whitebox/vm_flags/BooleanTest.java line 71:
>>
>>> 69: }
>>> 70:
>>> 71: private static void testFunctional(boolean value) throws Exception {
>>
>> Since this test has been there, why don't you adapt it to test your per-method PrintCompilation?
>
> I agree. We should test new functionality.
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.
-------------
PR: https://git.openjdk.org/jdk/pull/10668
More information about the hotspot-compiler-dev
mailing list