diff src/share/vm/compiler/disassembler.hpp @ 6806:f2e12eb74117 hs25-b03

Merge
author kvn
date Fri, 28 Sep 2012 10:16:29 -0700
parents 5a98bf7d847b b31471cdc53e
children 3d701c802d01
line wrap: on
line diff
--- a/src/share/vm/compiler/disassembler.hpp	Fri Sep 28 14:14:25 2012 +0200
+++ b/src/share/vm/compiler/disassembler.hpp	Fri Sep 28 10:16:29 2012 -0700
@@ -25,6 +25,7 @@
 #ifndef SHARE_VM_COMPILER_DISASSEMBLER_HPP
 #define SHARE_VM_COMPILER_DISASSEMBLER_HPP
 
+#include "asm/codeBuffer.hpp"
 #include "runtime/globals.hpp"
 #ifdef TARGET_OS_FAMILY_linux
 # include "os_linux.inline.hpp"
@@ -88,7 +89,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);
+  static void decode(address begin, address end, outputStream* st = NULL, CodeComments c = CodeComments());
 };
 
 #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP