Searched refs:is_attach_supported (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.hpp72 static bool is_attach_supported() { return !DisableAttachMechanism; } function in class:AttachListener
H A DruntimeService.cpp103 capabilities[0] = AttachListener::is_attach_supported() ? '1' : '0';
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h1393 unsigned int is_attach_supported : 1; member in struct:__anon582
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4558 info->is_attachable = AttachListener::is_attach_supported();

Completed in 55 milliseconds