RFR: 8258144: suppress messages from AdapterHandlerLibrary::create_native_wrapper if -XX:CompileCommand=quiet is set
Tobias Hartmann
thartmann at openjdk.java.net
Wed Dec 16 09:30:54 UTC 2020
On Wed, 16 Dec 2020 09:11:18 GMT, Xin Liu <xliu at openjdk.org> wrote:
>>> /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?
I think it's supposed to disable printing of methods affected by a CompileCommand. But @neliasso is the compiler control expert, I'll leave it to him :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/1756
More information about the hotspot-compiler-dev
mailing list