The Java Serviceability Agent Debug Daemon (jsadebugd
) attaches to a Java process or to a core file and acts as a debug server. This utility is currently available only on Oracle Solaris and Linux operating systems. Remote clients such as jstack
, jmap
, and jinfo
can attach to the server using Java Remote Method Invocation (RMI).
For more details on jsadebugd
, see the jsadebugd
command man page.