hotspot/src/share/vm/compiler/disassembler.cpp
changeset 31592 43f48e165466
parent 30764 fec48bf5a827
child 33160 c59f1676d27e
child 33148 68fa8b6c4340
child 33583 af842015bfaa
equal deleted inserted replaced
31401:1514c0a798d2 31592:43f48e165466
    63 
    63 
    64 // This routine is in the shared library:
    64 // This routine is in the shared library:
    65 Disassembler::decode_func_virtual Disassembler::_decode_instructions_virtual = NULL;
    65 Disassembler::decode_func_virtual Disassembler::_decode_instructions_virtual = NULL;
    66 Disassembler::decode_func Disassembler::_decode_instructions = NULL;
    66 Disassembler::decode_func Disassembler::_decode_instructions = NULL;
    67 
    67 
    68 static const char hsdis_library_name[] = "hsdis-"HOTSPOT_LIB_ARCH;
    68 static const char hsdis_library_name[] = "hsdis-" HOTSPOT_LIB_ARCH;
    69 static const char decode_instructions_virtual_name[] = "decode_instructions_virtual";
    69 static const char decode_instructions_virtual_name[] = "decode_instructions_virtual";
    70 static const char decode_instructions_name[] = "decode_instructions";
    70 static const char decode_instructions_name[] = "decode_instructions";
    71 static bool use_new_version = true;
    71 static bool use_new_version = true;
    72 #define COMMENT_COLUMN  40 LP64_ONLY(+8) /*could be an option*/
    72 #define COMMENT_COLUMN  40 LP64_ONLY(+8) /*could be an option*/
    73 #define BYTES_COMMENT   ";..."  /* funky byte display comment */
    73 #define BYTES_COMMENT   ";..."  /* funky byte display comment */