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

2024-12-10 Thread Simon Tooke
On Tue, 10 Dec 2024 12:28:12 GMT, Thomas Stuefe wrote: >> Simon Tooke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix crash due to uninitilized pointer > > BTW make sure you merge and test again before integrating. Your branch is >

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

2024-12-10 Thread Thomas Stuefe
On Mon, 9 Dec 2024 22:46:57 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 [v16]

2024-12-09 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