< prev index next >

src/hotspot/share/utilities/decoder.hpp

Print this page

        

*** 129,139 **** 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; }; --- 129,138 ----
< prev index next >