src/share/vm/compiler/disassembler.hpp

changeset 4107
b31471cdc53e
parent 3156
f08d439fab8c
child 4117
f2e12eb74117
     1.1 --- a/src/share/vm/compiler/disassembler.hpp	Thu Sep 20 16:49:17 2012 +0200
     1.2 +++ b/src/share/vm/compiler/disassembler.hpp	Mon Sep 24 10:30:14 2012 -0700
     1.3 @@ -25,6 +25,7 @@
     1.4  #ifndef SHARE_VM_COMPILER_DISASSEMBLER_HPP
     1.5  #define SHARE_VM_COMPILER_DISASSEMBLER_HPP
     1.6  
     1.7 +#include "asm/codeBuffer.hpp"
     1.8  #include "runtime/globals.hpp"
     1.9  #ifdef TARGET_OS_FAMILY_linux
    1.10  # include "os_linux.inline.hpp"
    1.11 @@ -87,7 +88,7 @@
    1.12    }
    1.13    static void decode(CodeBlob *cb,               outputStream* st = NULL);
    1.14    static void decode(nmethod* nm,                outputStream* st = NULL);
    1.15 -  static void decode(address begin, address end, outputStream* st = NULL);
    1.16 +  static void decode(address begin, address end, outputStream* st = NULL, CodeComments c = CodeComments());
    1.17  };
    1.18  
    1.19  #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP

mercurial