RFR(S): 8140581: Excluding compile messages should only be printed with PrintCompilation
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Oct 28 13:08:06 UTC 2015
Why not (PrintCompilation && !quietly)?
And leave set_not_compilable() call the same since
print_made_not_compilable() has next condition:
if (PrintCompilation && report) {
Thanks,
Vladimir
On 10/28/15 8:08 PM, Nils Eliasson wrote:
> Hi,
>
> Please review this patch for JDK-8140581.
>
> "Excluding compile" has historically been on by default but suppressible
> with -XX:CompileCommand=quiet. This change makes it controllable by the
> PrintCompilation flag so that it shows up when the user actually wants
> to log information about compiles
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8140581
> webrev: http://cr.openjdk.java.net/~neliasso/8140581/webrev.01/
>
> Regards,
> Nils Eliasson
More information about the hotspot-compiler-dev
mailing list