RFR(XS): 8156072: AllocatedObj msgs coming out during -version etc
Kim Barrett
kim.barrett at oracle.com
Thu May 5 19:29:03 UTC 2016
> On May 5, 2016, at 2:03 PM, Eric Caspole <eric.caspole at oracle.com> wrote:
>
> Hi Kim,
> Looks good.
> Eric
Thanks Eric.
>
> On 05/04/2016 06: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/
>>
>> Testing:
>> Local testing that offending print no longer occurs.
More information about the hotspot-gc-dev
mailing list