Skip to content

Commit 302bc2f

Browse files
author
Thomas Schatzl
committed
8307421: Fix comment in g1CollectionSetChooser.hpp after JDK-8306836
Reviewed-by: shade
1 parent e19cf26 commit 302bc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/g1/g1CollectionSetChooser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class G1CollectionSetChooser : public AllStatic {
5454

5555
// Determine whether to add the given region to the collection set candidates or
5656
// not. Currently, we skip regions that we will never move during young gc, and
57-
// regions which liveness is below the occupancy threshold.
57+
// regions which liveness is over the occupancy threshold.
5858
// Regions also need a complete remembered set to be a candidate.
5959
static bool should_add(HeapRegion* hr);
6060

0 commit comments

Comments
 (0)