Modifier and Type | Class and Description |
---|---|
static class |
VirtualMachine.ForHotSpotVm
A virtual machine implementation for a HotSpot VM or any compatible VM.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachine |
VirtualMachine.ForHotSpotVm.attach(String processId)
Attaches to the supplied process id using the default JNA implementation.
|
static VirtualMachine |
VirtualMachine.ForHotSpotVm.attach(String processId,
VirtualMachine.ForHotSpotVm.Connection.Factory connectionFactory)
Attaches to the supplied process id using the supplied connection factory.
|
Copyright © 2014–2019. All rights reserved.