Enabling non product flags like "Verbose" in GC Code

suraj puvvada suraj.puvvada at gmail.com
Thu Aug 25 19:58:42 UTC 2011


Hi,

How can I enable DEVELOP mode flags like "Verbose" ? I'm interested in
seeing what the GC code logs - for example :

if (PrintGCDetails && Verbose) {
      gclog_or_tty->print_cr("ConcurrentMarkSweepGeneration::shrink_by:"
        " desired_bytes " SIZE_FORMAT
        " shrinkable_size_in_bytes " SIZE_FORMAT
        " aligned_shrinkable_size_in_bytes " SIZE_FORMAT
        "  bytes  " SIZE_FORMAT,
        desired_bytes, shrinkable_size_in_bytes,
        aligned_shrinkable_size_in_bytes, bytes);
      gclog_or_tty->print_cr("          old_end  " SIZE_FORMAT
        "  unallocated_start  " SIZE_FORMAT,
        old_end, unallocated_start);
    }


-Suraj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20110825/ccd09d78/attachment.htm>


More information about the hotspot-gc-dev mailing list