mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-08 17:38:38 +00:00
8307421: Fix comment in g1CollectionSetChooser.hpp after JDK-8306836
Reviewed-by: shade
This commit is contained in:
parent
e19cf26d65
commit
302bc2fd7f
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user