RFR(S): 8140581: Excluding compile messages should only be printed with PrintCompilation

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Oct 28 13:45:14 UTC 2015


Okay.

Thanks,
Vladimir

On 10/28/15 9:39 PM, Nils Eliasson wrote:
> Having both works for me.
>
> http://cr.openjdk.java.net/~neliasso/8140581/webrev.02/
>
> Thanks,
> Nils
>
> On 2015-10-28 14:08, Vladimir Kozlov wrote:
>> 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