comparison src/share/vm/interpreter/interpreterRuntime.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 3582bf76420e
children face83fc8882
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
62 #ifdef TARGET_ARCH_sparc 62 #ifdef TARGET_ARCH_sparc
63 # include "vm_version_sparc.hpp" 63 # include "vm_version_sparc.hpp"
64 #endif 64 #endif
65 #ifdef TARGET_ARCH_zero 65 #ifdef TARGET_ARCH_zero
66 # include "vm_version_zero.hpp" 66 # include "vm_version_zero.hpp"
67 #endif
68 #ifdef TARGET_ARCH_arm
69 # include "vm_version_arm.hpp"
70 #endif
71 #ifdef TARGET_ARCH_ppc
72 # include "vm_version_ppc.hpp"
67 #endif 73 #endif
68 #ifdef COMPILER2 74 #ifdef COMPILER2
69 #include "opto/runtime.hpp" 75 #include "opto/runtime.hpp"
70 #endif 76 #endif
71 77