hotspot/src/share/vm/classfile/verifier.cpp
changeset 8107 78e5bd944384
parent 8076 96d498ec7ae1
child 8676 9098d4e927e1
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    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