Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit

Permalink
8242638: Shenandoah: restore heap logging for uncommit
Browse files Browse the repository at this point in the history
Reviewed-by: zgu
  • Loading branch information
shipilev committed Apr 14, 2020
1 parent e0ccd77 commit b812e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b812e8b

Please sign in to comment.