comparison src/share/vm/code/codeBlob.cpp @ 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
46 # include "nativeInst_sparc.hpp" 46 # include "nativeInst_sparc.hpp"
47 #endif 47 #endif
48 #ifdef TARGET_ARCH_zero 48 #ifdef TARGET_ARCH_zero
49 # include "nativeInst_zero.hpp" 49 # include "nativeInst_zero.hpp"
50 #endif 50 #endif
51 #ifdef TARGET_ARCH_arm
52 # include "nativeInst_arm.hpp"
53 #endif
54 #ifdef TARGET_ARCH_ppc
55 # include "nativeInst_ppc.hpp"
56 #endif
51 #ifdef COMPILER1 57 #ifdef COMPILER1
52 #include "c1/c1_Runtime1.hpp" 58 #include "c1/c1_Runtime1.hpp"
53 #endif 59 #endif
54 60
55 unsigned int align_code_offset(int offset) { 61 unsigned int align_code_offset(int offset) {