RFR: JDK-8142472: Remove debugging code guarded by CMSPrintPromoBlockInfo

Bengt Rutisson bengt.rutisson at oracle.com
Wed Nov 11 12:27:46 UTC 2015


Hi everyone,

Could I have a couple of reviews for this change?

http://cr.openjdk.java.net/~brutisso/8142472/webrev.00/
https://bugs.openjdk.java.net/browse/JDK-8142472

The CMSPrintPromoBlockInfo define guards a piece of logging code in the 
CMS promotion code.

Since this is a define and not a flag this is to be considered debugging 
code and as such should not be included in the code base

Thanks,
Bengt



More information about the hotspot-gc-dev mailing list