Loading... (original) (raw)

I propose that we shorten the member names in the CollectedHeap::Name enum. This is a pure cosmetic change. Essentially naming the GCs, rather than some of the CollectedHeap childen.

From:
SerialHeap
ParallelScavengeHeap
G1CollectedHeap
CMSHeap

To:
Serial
Parallel
CMS
G1