hotspot/src/share/vm/compiler/disassembler.hpp
changeset 35830 f327d6231b16
parent 29180 50369728b00e
child 40010 e32d5e545789
equal deleted inserted replaced
35829:f80ccf2a14a5 35830:f327d6231b16
    83 #endif
    83 #endif
    84 
    84 
    85 
    85 
    86  public:
    86  public:
    87   static bool can_decode() {
    87   static bool can_decode() {
       
    88     ttyLocker tl;
    88     return (_decode_instructions_virtual != NULL) ||
    89     return (_decode_instructions_virtual != NULL) ||
    89            (_decode_instructions != NULL) ||
    90            (_decode_instructions != NULL) ||
    90            load_library();
    91            load_library();
    91   }
    92   }
    92   static void decode(CodeBlob *cb,               outputStream* st = NULL);
    93   static void decode(CodeBlob *cb,               outputStream* st = NULL);