Searched defs:DCmdFactory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.hpp217 // the DCmdFactory::getFactory() method.
319 // Each diagnostic command class has its own factory. The DCmdFactory class also
320 // manages the status of the diagnostic command (hidden, enabled). A DCmdFactory
323 class DCmdFactory: public CHeapObj<mtInternal> { class in inherits:CHeapObj
328 DCmdFactory* _next;
337 static DCmdFactory* _DCmdFactoryList;
339 DCmdFactory(int num_arguments, bool enabled, bool hidden) { function in class:DCmdFactory
350 DCmdFactory* next() { return _next; }
357 // Register a DCmdFactory to make a diagnostic command available.
361 static int register_DCmdFactory(DCmdFactory* factor
[all...]

Completed in 32 milliseconds