mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
Reviewed-by: jmasa, kbarrett, ysr
This commit is contained in:
parent
4b60638d85
commit
2da855a259
3 changed files with 0 additions and 34 deletions
|
@ -1040,8 +1040,6 @@ class ConcurrentMarkSweepGeneration: public CardGeneration {
|
|||
// In support of MinChunkSize being larger than min object size
|
||||
const double _dilatation_factor;
|
||||
|
||||
bool _debug_concurrent_cycle;
|
||||
|
||||
// True if a compacting collection was done.
|
||||
bool _did_compact;
|
||||
bool did_compact() { return _did_compact; }
|
||||
|
@ -1268,9 +1266,6 @@ class ConcurrentMarkSweepGeneration: public CardGeneration {
|
|||
// Resize the generation after a non-compacting
|
||||
// collection.
|
||||
void compute_new_size_free_list();
|
||||
|
||||
bool debug_concurrent_cycle() { return _debug_concurrent_cycle; }
|
||||
void rotate_debug_collection_type();
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue