-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: repo-crac
-
Component/s: core-libs
-
Fix Understood
Currently, we call `System.gc()` in the `beforeCheckpoint()` callback of `java.lang.Reference` and `Universe::heap()->collect(GCCause::_full_gc_alot)` right afterwards in `os::Linux::checkpoint()`.
It would be preferable if we could combine them into a single full GC.
It would be preferable if we could combine them into a single full GC.