RFR(XS): 8156072: AllocatedObj msgs coming out during -version etc
Jon Masamitsu
jon.masamitsu at oracle.com
Thu May 5 15:40:21 UTC 2016
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
>
> Testing:
> Local testing that offending print no longer occurs.
>
More information about the hotspot-gc-dev
mailing list