comparison src/share/vm/compiler/disassembler.hpp @ 8767:a5de0cc2f91c

8008555: Debugging code in compiled method sometimes leaks memory Summary: support for strings that have same life-time as code that uses them. Reviewed-by: kvn, twisti
author roland
date Mon, 18 Mar 2013 13:19:06 +0100
parents 3d701c802d01
children de6a9e811145 bdd155477289
comparison
equal deleted inserted replaced
8765:592f9722c72e 8767:a5de0cc2f91c
98 (_decode_instructions != NULL) || 98 (_decode_instructions != NULL) ||
99 load_library(); 99 load_library();
100 } 100 }
101 static void decode(CodeBlob *cb, outputStream* st = NULL); 101 static void decode(CodeBlob *cb, outputStream* st = NULL);
102 static void decode(nmethod* nm, outputStream* st = NULL); 102 static void decode(nmethod* nm, outputStream* st = NULL);
103 static void decode(address begin, address end, outputStream* st = NULL, CodeComments c = CodeComments()); 103 static void decode(address begin, address end, outputStream* st = NULL, CodeStrings c = CodeStrings());
104 }; 104 };
105 105
106 #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP 106 #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP