On Thu, 15 Aug 2024 13:45:16 GMT, Simon Tooke <sto...@openjdk.org> wrote:
> This is a port of [JDK-8318636](https://github.com/openjdk/jdk/pull/16301) to > Windows. > > System.map and System.dump_map are implemented using the Windows API and > provide roughly the same information in the same format. Most of the heavy > lifting was implemented by @tstuefe in #16301 - this PR adds the Windows > implementation and enables the common code for Windows 64 bit. > > [Sample output (with NMT > enabled)](https://github.com/user-attachments/files/16982072/sample_windows_map.txt) This pull request has now been integrated. Changeset: 4ff17c14 Author: Simon Tooke <sto...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4ff17c14a572a59b60d728c3626f430932eecea6 Stats: 322 lines in 9 files changed: 306 ins; 0 del; 16 mod 8319873: Add windows implementation for jcmd System.map and System.dump_map Co-authored-by: Simon Tooke <sto...@openjdk.org> Reviewed-by: stuefe, kevinw, szaldana ------------- PR: https://git.openjdk.org/jdk/pull/20597