mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8199918: Shorten names of CollectedHeap::Name members
Reviewed-by: shade, eosterlund
This commit is contained in:
parent
fe3badf59a
commit
3b7962d614
18 changed files with 31 additions and 36 deletions
|
@ -2261,10 +2261,10 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
\
|
||||
declare_constant(G1CardTable::g1_young_gen) \
|
||||
\
|
||||
declare_constant(CollectedHeap::SerialHeap) \
|
||||
declare_constant(CollectedHeap::CMSHeap) \
|
||||
declare_constant(CollectedHeap::ParallelScavengeHeap) \
|
||||
declare_constant(CollectedHeap::G1CollectedHeap) \
|
||||
declare_constant(CollectedHeap::Serial) \
|
||||
declare_constant(CollectedHeap::Parallel) \
|
||||
declare_constant(CollectedHeap::CMS) \
|
||||
declare_constant(CollectedHeap::G1) \
|
||||
\
|
||||
/* constants from Generation::Name enum */ \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue