RFR: 8199918: Shorten names of CollectedHeap::Name members (original) (raw)
Per Liden per.liden at oracle.com
Wed Mar 21 08:09:32 UTC 2018
- Previous message (by thread): URGENT: RFR: 8199886: gc/cslocker/TestCSLocker.java crashes
- Next message (by thread): RFR: 8199918: Shorten names of CollectedHeap::Name members
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
This is a preparatory cleanup for JDK-8199925 and JDK-8199927.
Bug: https://bugs.openjdk.java.net/browse/JDK-8199918 Webrev: http://cr.openjdk.java.net/~pliden/8199918/webrev.0
/Per
- Previous message (by thread): URGENT: RFR: 8199886: gc/cslocker/TestCSLocker.java crashes
- Next message (by thread): RFR: 8199918: Shorten names of CollectedHeap::Name members
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]