hotspot/src/share/vm/classfile/stackMapTable.hpp
changeset 8107 78e5bd944384
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    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