comparison src/share/vm/classfile/verifier.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 8033953d67ff
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
48 #ifdef TARGET_ARCH_sparc 48 #ifdef TARGET_ARCH_sparc
49 # include "bytes_sparc.hpp" 49 # include "bytes_sparc.hpp"
50 #endif 50 #endif
51 #ifdef TARGET_ARCH_zero 51 #ifdef TARGET_ARCH_zero
52 # include "bytes_zero.hpp" 52 # include "bytes_zero.hpp"
53 #endif
54 #ifdef TARGET_ARCH_arm
55 # include "bytes_arm.hpp"
56 #endif
57 #ifdef TARGET_ARCH_ppc
58 # include "bytes_ppc.hpp"
53 #endif 59 #endif
54 60
55 #define NOFAILOVER_MAJOR_VERSION 51 61 #define NOFAILOVER_MAJOR_VERSION 51
56 62
57 // Access to external entry for VerifyClassCodes - old byte code verifier 63 // Access to external entry for VerifyClassCodes - old byte code verifier