> 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/16663332/vm_memory_map_760.txt)

Simon Tooke has updated the pull request incrementally with two additional 
commits since the last revision:

 - fix test failure
 - enabled TestJcmdPIDSubstitution.java test for Windows

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/20597/files
  - new: https://git.openjdk.org/jdk/pull/20597/files/1ce6f2f7..84416353

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20597&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20597&range=03-04

  Stats: 7 lines in 2 files changed: 3 ins; 2 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/20597.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20597/head:pull/20597

PR: https://git.openjdk.org/jdk/pull/20597

Reply via email to