| sun.tools.attach.LinuxVirtualMachine
LinuxVirtualMachine | public class LinuxVirtualMachine extends HotSpotVirtualMachine (Code) | | |
isLinuxThreads | static boolean isLinuxThreads(Code) | | |
LinuxVirtualMachine | LinuxVirtualMachine(AttachProvider provider, String vmid) throws AttachNotSupportedException, IOException(Code) | | Attaches to the target VM
|
getLinuxThreadsManager | native static int getLinuxThreadsManager(int pid) throws IOException(Code) | | |
isLinuxThreads | native static boolean isLinuxThreads()(Code) | | |
read | native static int read(int fd, byte buf, int off, int bufLen) throws IOException(Code) | | |
sendQuitToChildrenOf | native static void sendQuitToChildrenOf(int pid) throws IOException(Code) | | |
write | native static void write(int fd, byte buf, int off, int bufLen) throws IOException(Code) | | |
|
|