Details
Description
Both G1 young and full gc code is decorated by various calls to "print-something-before-gc" and "print-something-after-gc"
Factor this duplicate code out and use a scoped object to do the printing to decrease code size in the interesting parts of gc.
Factor this duplicate code out and use a scoped object to do the printing to decrease code size in the interesting parts of gc.
Attachments
Issue Links
- blocks
-
JDK-8270009 Factor out and shuffle methods in G1CollectedHeap::do_collection_pause_at_safepoint_helper
-
- Resolved
-