mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8307421: Fix comment in g1CollectionSetChooser.hpp after JDK-8306836
Reviewed-by: shade
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
// Determine whether to add the given region to the collection set candidates or
|
||||
// not. Currently, we skip regions that we will never move during young gc, and
|
||||
// regions which liveness is below the occupancy threshold.
|
||||
// regions which liveness is over the occupancy threshold.
|
||||
// Regions also need a complete remembered set to be a candidate.
|
||||
static bool should_add(HeapRegion* hr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user