RFR: 8258144: suppress messages from AdapterHandlerLibrary::create_native_wrapper if -XX:CompileCommand=quiet is set
Vladimir Kozlov
kvn at openjdk.java.net
Wed Dec 16 19:57:59 UTC 2020
On Wed, 16 Dec 2020 09:28:39 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> 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 :)
No, `-XX:CompileCommand=quiet ` does not suppress `-XX:+PrintCompilation`.
It only affect `-XX:CompileCommand` output.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1756
More information about the hotspot-compiler-dev
mailing list