hotspot/src/share/vm/classfile/classFileStream.hpp
changeset 8107 78e5bd944384
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    32 #ifdef TARGET_ARCH_sparc
    32 #ifdef TARGET_ARCH_sparc
    33 # include "bytes_sparc.hpp"
    33 # include "bytes_sparc.hpp"
    34 #endif
    34 #endif
    35 #ifdef TARGET_ARCH_zero
    35 #ifdef TARGET_ARCH_zero
    36 # include "bytes_zero.hpp"
    36 # include "bytes_zero.hpp"
       
    37 #endif
       
    38 #ifdef TARGET_ARCH_arm
       
    39 # include "bytes_arm.hpp"
       
    40 #endif
       
    41 #ifdef TARGET_ARCH_ppc
       
    42 # include "bytes_ppc.hpp"
    37 #endif
    43 #endif
    38 
    44 
    39 // Input stream for reading .class file
    45 // Input stream for reading .class file
    40 //
    46 //
    41 // The entire input stream is present in a buffer allocated by the caller.
    47 // The entire input stream is present in a buffer allocated by the caller.