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

/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp2138 GrowableArray<const char *>* dcmd_list = DCmdFactory::DCmd_list(); variable
2140 dcmd_list->length(), CHECK_NULL);
2142 for (int i = 0; i < dcmd_list->length(); i++) {
2143 oop cmd_name = java_lang_String::create_oop_from_str(dcmd_list->at(i), CHECK_NULL);

Completed in 344 milliseconds