Как использовать JCMD для доступа к данным NMT - PullRequest
0 голосов
/ 01 октября 2019

Я пытаюсь получить доступ к NMT с помощью jcmd, используя следующий код:

jcmd 4348 VM.native_memory [summary] [scale=10 GB]

Но получаю следующее сообщение об ошибке:

com.sun.tools.attach.AttachNotSupportedException: Unable to attach to 32-bit pro
cess running under WOW64
        at sun.tools.attach.WindowsVirtualMachine.openProcess(Native Method)
        at sun.tools.attach.WindowsVirtualMachine.<init>(WindowsVirtualMachine.j
ava:56)
        at sun.tools.attach.WindowsAttachProvider.attachVirtualMachine(WindowsAt
tachProvider.java:69)
        at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:208)
        at sun.tools.jcmd.JCmd.executeCommandForPid(JCmd.java:147)
        at sun.tools.jcmd.JCmd.main(JCmd.java:131

)

...