comparison src/share/vm/runtime/relocator.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 2f33b03bd915
children da91efe96a93
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
33 #ifdef TARGET_ARCH_sparc 33 #ifdef TARGET_ARCH_sparc
34 # include "bytes_sparc.hpp" 34 # include "bytes_sparc.hpp"
35 #endif 35 #endif
36 #ifdef TARGET_ARCH_zero 36 #ifdef TARGET_ARCH_zero
37 # include "bytes_zero.hpp" 37 # include "bytes_zero.hpp"
38 #endif
39 #ifdef TARGET_ARCH_arm
40 # include "bytes_arm.hpp"
41 #endif
42 #ifdef TARGET_ARCH_ppc
43 # include "bytes_ppc.hpp"
38 #endif 44 #endif
39 45
40 // This code has been converted from the 1.1E java virtual machine 46 // This code has been converted from the 1.1E java virtual machine
41 // Thanks to the JavaTopics group for using the code 47 // Thanks to the JavaTopics group for using the code
42 48