comparison src/share/vm/compiler/disassembler.hpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192: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();