Skip to content

Commit

Permalink
8321892: Typo in log message logged by src/hotspot/share/nmt/virtualM…
Browse files Browse the repository at this point in the history
…emoryTracker.cpp

Reviewed-by: dholmes, azafari
  • Loading branch information
stevenschlansker authored and jaikiran committed Dec 16, 2023
1 parent b061b66 commit 34351b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/nmt/virtualMemoryTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ bool VirtualMemoryTracker::remove_released_region(ReservedMemoryRegion* rgn) {

VirtualMemorySummary::record_released_memory(rgn->size(), rgn->flag());
result = _reserved_regions->remove(*rgn);
log_debug(nmt)("Removed region \'%s\' (" INTPTR_FORMAT ", " SIZE_FORMAT ") from _resvered_regions %s" ,
log_debug(nmt)("Removed region \'%s\' (" INTPTR_FORMAT ", " SIZE_FORMAT ") from _reserved_regions %s" ,
backup.flag_name(), p2i(backup.base()), backup.size(), (result ? "Succeeded" : "Failed"));
return result;
}
Expand Down

1 comment on commit 34351b7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.