comparison src/share/vm/classfile/stackMapTable.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 f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
36 #ifdef TARGET_ARCH_sparc 36 #ifdef TARGET_ARCH_sparc
37 # include "bytes_sparc.hpp" 37 # include "bytes_sparc.hpp"
38 #endif 38 #endif
39 #ifdef TARGET_ARCH_zero 39 #ifdef TARGET_ARCH_zero
40 # include "bytes_zero.hpp" 40 # include "bytes_zero.hpp"
41 #endif
42 #ifdef TARGET_ARCH_arm
43 # include "bytes_arm.hpp"
44 #endif
45 #ifdef TARGET_ARCH_ppc
46 # include "bytes_ppc.hpp"
41 #endif 47 #endif
42 48
43 class StackMapReader; 49 class StackMapReader;
44 50
45 // StackMapTable class is the StackMap table used by type checker 51 // StackMapTable class is the StackMap table used by type checker