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 21:45:55 UTC 2020


On Wed, 16 Dec 2020 20:05:45 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Something changed. I tried to run locally built latest JDK and don't see ouput for native wrappers:
> 
> ```
> java  -XX:+PrintCompilation -XX:CompileCommand=exclude,*.* -XX:CompileCommand=quiet -Xcomp -version
> CompileCommand: exclude *.* bool exclude = true
> java version "16-internal" 2021-03-16
> ```
Yours is jdk16.  I try jdk11 and jdk16. they don't output messages for native wrappers.
I guess some code orders have changed, but it doesn't matter. -version isn't the point.

I agree with you that  -XX:CompileCommand=quiet shouldn't interfere with PrintCompilation. I take this PR back.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1756


More information about the hotspot-compiler-dev mailing list