RFR: 8258144: suppress messages from AdapterHandlerLibrary::create_native_wrapper if -XX:CompileCommand=quiet is set
Xin Liu
xliu at openjdk.java.net
Wed Dec 16 09:14:02 UTC 2020
On Wed, 16 Dec 2020 09:09:07 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Please add a description to the PR.
>>
>> I don't think `CompileCommand=quiet` is supposed to affect the output of `PrintCompilation` but only disable printing the registration of compile commands.
>
>> /summary suppress messages from AdapterHandlerLibrary::create_native_wrapper if -XX:CompileCommand=quiet is set
>
> You can simply edit the first comment in this PR to update the description.
It also suppresses message like excluding.
https://github.com/openjdk/jdk/blob/master/src/hotspot/share/compiler/compileBroker.cpp#L1591
I may misunderstand this flag. I just will feel -XX:CompileCommand=quiet is supposed to make -XX:+PrintCompilation quiet, isn't it?
-------------
PR: https://git.openjdk.java.net/jdk/pull/1756
More information about the hotspot-compiler-dev
mailing list