equal
deleted
inserted
replaced
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. |