src/hotspot/share/utilities/decoder.hpp
changeset 52448 bc5c7f63dbae
parent 48975 2c35fd3c5789
child 53244 9807daeb47c4
equal deleted inserted replaced
52447:4547f8303f2d 52448:bc5c7f63dbae
   129   static AbstractDecoder*     _shared_decoder;
   129   static AbstractDecoder*     _shared_decoder;
   130   static AbstractDecoder*     _error_handler_decoder;
   130   static AbstractDecoder*     _error_handler_decoder;
   131   static NullDecoder          _do_nothing_decoder;
   131   static NullDecoder          _do_nothing_decoder;
   132 
   132 
   133 protected:
   133 protected:
   134   static Mutex*               _shared_decoder_lock;
       
   135   static Mutex* shared_decoder_lock();
   134   static Mutex* shared_decoder_lock();
   136 
   135 
   137   friend class DecoderLocker;
   136   friend class DecoderLocker;
   138 };
   137 };
   139 
   138