comparison src/share/vm/runtime/stubCodeGenerator.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
33 #ifdef TARGET_ARCH_sparc 33 #ifdef TARGET_ARCH_sparc
34 # include "assembler_sparc.inline.hpp" 34 # include "assembler_sparc.inline.hpp"
35 #endif 35 #endif
36 #ifdef TARGET_ARCH_zero 36 #ifdef TARGET_ARCH_zero
37 # include "assembler_zero.inline.hpp" 37 # include "assembler_zero.inline.hpp"
38 #endif
39 #ifdef TARGET_ARCH_arm
40 # include "assembler_arm.inline.hpp"
41 #endif
42 #ifdef TARGET_ARCH_ppc
43 # include "assembler_ppc.inline.hpp"
38 #endif 44 #endif
39 45
40 46
41 // Implementation of StubCodeDesc 47 // Implementation of StubCodeDesc
42 48