src/hotspot/share/services/diagnosticFramework.hpp
changeset 52448 bc5c7f63dbae
parent 50600 8e17fffa0a4b
child 53244 9807daeb47c4
equal deleted inserted replaced
52447:4547f8303f2d 52448:bc5c7f63dbae
   342 // manages the status of the diagnostic command (hidden, enabled). A DCmdFactory
   342 // manages the status of the diagnostic command (hidden, enabled). A DCmdFactory
   343 // has to be registered to make the diagnostic command available (see
   343 // has to be registered to make the diagnostic command available (see
   344 // management.cpp)
   344 // management.cpp)
   345 class DCmdFactory: public CHeapObj<mtInternal> {
   345 class DCmdFactory: public CHeapObj<mtInternal> {
   346 private:
   346 private:
   347   static Mutex*       _dcmdFactory_lock;
       
   348   static bool         _send_jmx_notification;
   347   static bool         _send_jmx_notification;
   349   static bool         _has_pending_jmx_notification;
   348   static bool         _has_pending_jmx_notification;
   350   static DCmdFactory* _DCmdFactoryList;
   349   static DCmdFactory* _DCmdFactoryList;
   351 
   350 
   352   // Pointer to the next factory in the singly-linked list of registered
   351   // Pointer to the next factory in the singly-linked list of registered