RFR(XS): 8156072: AllocatedObj msgs coming out during -version etc

Kim Barrett kim.barrett at oracle.com
Thu May 5 17:23:09 UTC 2016


> On May 5, 2016, at 11:40 AM, Jon Masamitsu <jon.masamitsu at oracle.com> wrote:
> 
> 
> 
> On 05/04/2016 03:42 PM, Kim Barrett wrote:
>> Please review this change that removes what used to be a call to
>> SurvRateGroup::print to perform some conditional logging.
>> 
>> JDK-8155634 removed the logging functionality from SurvRateGroup,
>> including removing the print function.  However, the call to the print
>> function was not removed, and now invokes CHeapObj::print, which
>> unconditionally prints some info about the object.
>> 
>> CR:
>> https://bugs.openjdk.java.net/browse/JDK-8156072
>> 
>> Webrev:
>> http://cr.openjdk.java.net/~kbarrett/8156072/webrev.00/
> 
> Change looks good.
> 
> Jon

Thanks Jon.

> 
>> 
>> Testing:
>> Local testing that offending print no longer occurs.





More information about the hotspot-gc-dev mailing list