-
Enhancement
-
Resolution: Unresolved
-
P3
-
hs24
-
generic
-
generic
G1CollectedHeap::do_collection_pause_at_safepoint() we call g1_policy()->record_collection_pause_end() with a pause time that only represents part of the collection pause.
This value is used to guide the ergonomics, so it is likely that this value should actually be the full pause. We need to investigate this to make sure that the ergonomics work the way they are intended.
This value is used to guide the ergonomics, so it is likely that this value should actually be the full pause. We need to investigate this to make sure that the ergonomics work the way they are intended.
- relates to
-
JDK-8240779 G1: Multiple GC start times leads to confusion
- Open