Package | Description |
---|---|
net.bytebuddy.agent |
The Byte Buddy agent allows the redefinition of classes at runtime.
|
Modifier and Type | Class and Description |
---|---|
static class |
VirtualMachine.AbstractBase
An abstract base implementation for a virtual machine.
|
static class |
VirtualMachine.ForHotSpot
A virtual machine attachment implementation for a HotSpot VM or any compatible JVM.
|
static class |
VirtualMachine.ForOpenJ9
A virtual machine attachment implementation for OpenJ9 or any compatible JVM.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachine |
VirtualMachine.ForHotSpot.attach(String processId)
Attaches to the supplied process id using the default JNA implementation.
|
static VirtualMachine |
VirtualMachine.ForOpenJ9.attach(String processId)
Attaches to the supplied process id using the default JNA implementation.
|
static VirtualMachine |
VirtualMachine.ForOpenJ9.attach(String processId,
int timeout,
VirtualMachine.ForOpenJ9.Dispatcher dispatcher)
Attaches to the supplied process id.
|
static VirtualMachine |
VirtualMachine.ForHotSpot.attach(String processId,
VirtualMachine.ForHotSpot.Connection.Factory connectionFactory)
Attaches to the supplied process id using the supplied connection factory.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends VirtualMachine> |
VirtualMachine.Resolver.run() |
Copyright © 2014–2024. All rights reserved.