RFR: JDK-8141045: Remove SPARSE_PRT_VERBOSE from the G1 code

Thomas Schatzl thomas.schatzl at oracle.com
Fri Oct 30 12:32:24 UTC 2015


Hi,

On Fri, 2015-10-30 at 12:57 +0100, Bengt Rutisson wrote:
> Hi everyone,
> 
> Another define that guards debugging code.
> 
> http://cr.openjdk.java.net/~brutisso/8141045/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8141045
> 
> The SPARSE_PRT_VERBOSE define is used in the code to log more detailed 
> information about the marking cycle. Since this is a define that 
> requires re-compilation to have any effect the code is not used by 
> normal builds.
> 
> Thus, this is to be considered debug code. As such it should be removed 
> from the normal code base and included back if it is needed for a debug 
> session.
> 

  looks good.

Thanks,
  Thomas




More information about the hotspot-gc-dev mailing list