--- old/src/share/vm/compiler/disassembler.hpp 2013-03-15 17:37:23.170369548 +0100 +++ new/src/share/vm/compiler/disassembler.hpp 2013-03-15 17:37:23.011652078 +0100 @@ -100,7 +100,7 @@ } static void decode(CodeBlob *cb, outputStream* st = NULL); static void decode(nmethod* nm, outputStream* st = NULL); - static void decode(address begin, address end, outputStream* st = NULL, CodeComments c = CodeComments()); + static void decode(address begin, address end, outputStream* st = NULL, CodeStrings c = CodeStrings()); }; #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP