Re: RFR: 8319875: Add macOS implementation for jcmd System.map [v14]

2024-12-09 Thread Simon Tooke
On Mon, 9 Dec 2024 13:17:35 GMT, Thomas Stuefe wrote: >> Simon Tooke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> add constant > > src/hotspot/os/bsd/memMapPrinter_macosx.cpp line 49: > >> 47: static const int MAX_REGIONS_RETURNED =

Re: RFR: 8319875: Add macOS implementation for jcmd System.map [v14]

2024-12-09 Thread Thomas Stuefe
On Fri, 6 Dec 2024 22:55:22 GMT, Simon Tooke wrote: >> This is a port of #16301 to macOS. >> >> System.map and System.dump_map are implemented using the macOS API and >> provide roughly the same information in the same format. Most of the heavy >> lifting was implemented by @tstuefe in >> ht

Re: RFR: 8319875: Add macOS implementation for jcmd System.map [v14]

2024-12-06 Thread Simon Tooke
> This is a port of #16301 to macOS. > > System.map and System.dump_map are implemented using the macOS API and > provide roughly the same information in the same format. Most of the heavy > lifting was implemented by @tstuefe in > https://github.com/openjdk/jdk/pull/16301 - this PR adds the m