blob: 78acb8b35fcf3659076c9c4848bcddbd794282b0 (
plain) (
blame)
1
2
3
4
5
6
|
The utility to send commands to remote JVM via Dynamic Attach mechanism.
All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program.
No installed JDK required, works with just JRE.
This is the lightweight native version of HotSpot Attach API
https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/
|