< prev index next >

src/hotspot/share/utilities/decoder.hpp

Print this page

        

@@ -129,11 +129,10 @@
   static AbstractDecoder*     _shared_decoder;
   static AbstractDecoder*     _error_handler_decoder;
   static NullDecoder          _do_nothing_decoder;
 
 protected:
-  static Mutex*               _shared_decoder_lock;
   static Mutex* shared_decoder_lock();
 
   friend class DecoderLocker;
 };
 
< prev index next >