Searched refs:detachall_operation_name (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.hpp103 static char* detachall_operation_name() { return (char*)"detachall"; } function in class:AttachOperation
H A DattachListener.cpp421 if (strcmp(op->name(), AttachOperation::detachall_operation_name()) == 0) {
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp277 return new SolarisAttachOperation(AttachOperation::detachall_operation_name());

Completed in 222 milliseconds