comparison src/share/vm/interpreter/bytecodes.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 8012aa3ccede
children 1d7922586cf6
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
32 #ifdef TARGET_ARCH_sparc 32 #ifdef TARGET_ARCH_sparc
33 # include "bytes_sparc.hpp" 33 # include "bytes_sparc.hpp"
34 #endif 34 #endif
35 #ifdef TARGET_ARCH_zero 35 #ifdef TARGET_ARCH_zero
36 # include "bytes_zero.hpp" 36 # include "bytes_zero.hpp"
37 #endif
38 #ifdef TARGET_ARCH_arm
39 # include "bytes_arm.hpp"
40 #endif
41 #ifdef TARGET_ARCH_ppc
42 # include "bytes_ppc.hpp"
37 #endif 43 #endif
38 44
39 45
40 #if defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER < 1600)) 46 #if defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER < 1600))
41 // Windows AMD64 Compiler Hangs compiling this file 47 // Windows AMD64 Compiler Hangs compiling this file