Skip to content

Commit

Permalink
update legend text for 'offset'
Browse files Browse the repository at this point in the history
  • Loading branch information
stooke committed Sep 19, 2024
1 parent 6719899 commit 36f69a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/os/windows/memMapPrinter_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ class MappingInfoPrinter {
st->print_cr("state: region state and type:");
st->print_cr(" state: committed / reserved");
st->print_cr(" type: image / mapped / private");
st->print_cr("offset: offset from start of allocation block");
st->print_cr("vminfo: VM information (requires NMT)");
st->print_cr("file: file mapped, if mapping is not anonymous");
st->print_cr("vm info: VM information (requires NMT)");
{
streamIndentor si(st, 16);
_session.print_nmt_flag_legend();
Expand Down

0 comments on commit 36f69a7

Please sign in to comment.