-
Enhancement
-
Resolution: Unresolved
-
P4
-
16
Currently g1 full gc drops all existing marking information and remarks from the beginning.
In case a concurrent mark has been interrupted, this information is either already fully available or could be continued to speed up the process.
Only if this marking, since it is using SATB, does not free enough/all memory, a completely new marking should be started within the pause.
In case a concurrent mark has been interrupted, this information is either already fully available or could be continued to speed up the process.
Only if this marking, since it is using SATB, does not free enough/all memory, a completely new marking should be started within the pause.
- relates to
-
JDK-8159705 Complete marking cycle during mixed gc if heap tight
-
- Open
-