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 20:00:57 UTC 2020
On Wed, 16 Dec 2020 19:55:11 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> 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.
`### Excluding` was done by `-XX:CompileCommand=exclude` so it is `CompileCommand` related.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1756
More information about the hotspot-compiler-dev
mailing list