-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
After young gc (and potentially somewhere else) G1 uses the recent allocation that led to that GC to determine whether to start a concurrent mark either now or later.
However, some/most of these allocations will go into young gen, which IHOP calculation should not consider. Only known allocations into old (e.g. humongous) should be used for this calculation.
Pointed out by [~iwalulya] during review of another issue.
However, some/most of these allocations will go into young gen, which IHOP calculation should not consider. Only known allocations into old (e.g. humongous) should be used for this calculation.
Pointed out by [~iwalulya] during review of another issue.
- relates to
-
JDK-8274178 G1: Occupancy value in IHOP logging and JFR event is inaccurate
-
- Open
-
- links to
-
Review(master)
openjdk/jdk/28175