mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-26 07:40:09 +00:00
8242638: Shenandoah: restore heap logging for uncommit
Reviewed-by: zgu
This commit is contained in:
parent
e0ccd77617
commit
b812e8baff
@ -2863,7 +2863,7 @@ void ShenandoahHeap::entry_preclean() {
|
||||
|
||||
void ShenandoahHeap::entry_uncommit(double shrink_before) {
|
||||
static const char *msg = "Concurrent uncommit";
|
||||
ShenandoahConcurrentPhase gc_phase(msg);
|
||||
ShenandoahConcurrentPhase gc_phase(msg, true /* log_heap_usage */);
|
||||
EventMark em("%s", msg);
|
||||
|
||||
ShenandoahGCSubPhase phase(ShenandoahPhaseTimings::conc_uncommit);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user