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 07:58:58 UTC 2020
On Sun, 13 Dec 2020 02:46:07 GMT, Xin Liu <xliu at openjdk.org> wrote:
> 8258144: suppress messages from AdapterHandlerLibrary::create_native_wrapper if -XX:CompileCommand=quiet is set
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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1756
More information about the hotspot-compiler-dev
mailing list