hotspot/src/share/vm/interpreter/bytecode.hpp
changeset 8107 78e5bd944384
parent 8076 96d498ec7ae1
child 10979 c25dd872c62f
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    34 #ifdef TARGET_ARCH_sparc
    34 #ifdef TARGET_ARCH_sparc
    35 # include "bytes_sparc.hpp"
    35 # include "bytes_sparc.hpp"
    36 #endif
    36 #endif
    37 #ifdef TARGET_ARCH_zero
    37 #ifdef TARGET_ARCH_zero
    38 # include "bytes_zero.hpp"
    38 # include "bytes_zero.hpp"
       
    39 #endif
       
    40 #ifdef TARGET_ARCH_arm
       
    41 # include "bytes_arm.hpp"
       
    42 #endif
       
    43 #ifdef TARGET_ARCH_ppc
       
    44 # include "bytes_ppc.hpp"
    39 #endif
    45 #endif
    40 
    46 
    41 class ciBytecodeStream;
    47 class ciBytecodeStream;
    42 
    48 
    43 // The base class for different kinds of bytecode abstractions.
    49 // The base class for different kinds of bytecode abstractions.