src/hotspot/share/compiler/disassembler.hpp
changeset 50528 1fd4844371bb
parent 47216 71c04702a3d5
child 51056 3ddf41505d54
equal deleted inserted replaced
50527:83fd54252ee4 50528:1fd4844371bb
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    73            (_decode_instructions != NULL) ||
    73            (_decode_instructions != NULL) ||
    74            load_library();
    74            load_library();
    75   }
    75   }
    76   static void decode(CodeBlob *cb,               outputStream* st = NULL);
    76   static void decode(CodeBlob *cb,               outputStream* st = NULL);
    77   static void decode(nmethod* nm,                outputStream* st = NULL);
    77   static void decode(nmethod* nm,                outputStream* st = NULL);
    78   static void decode(address begin, address end, outputStream* st = NULL, CodeStrings c = CodeStrings());
    78   static void decode(address begin, address end, outputStream* st = NULL,
       
    79                      CodeStrings c = CodeStrings(), ptrdiff_t offset = 0);
    79 };
    80 };
    80 
    81 
    81 #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP
    82 #endif // SHARE_VM_COMPILER_DISASSEMBLER_HPP