src/share/vm/compiler/disassembler.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
68 # include "disassembler_sparc.hpp" 68 # include "disassembler_sparc.hpp"
69 #endif 69 #endif
70 #ifdef TARGET_ARCH_zero 70 #ifdef TARGET_ARCH_zero
71 # include "disassembler_zero.hpp" 71 # include "disassembler_zero.hpp"
72 #endif 72 #endif
73 #ifdef TARGET_ARCH_arm
74 # include "disassembler_arm.hpp"
75 #endif
76 #ifdef TARGET_ARCH_ppc
77 # include "disassembler_ppc.hpp"
78 #endif
73 79
74 80
75 public: 81 public:
76 static bool can_decode() { 82 static bool can_decode() {
77 return (_decode_instructions != NULL) || load_library(); 83 return (_decode_instructions != NULL) || load_library();

mercurial