equal
deleted
inserted
replaced
62 #ifdef TARGET_ARCH_sparc |
62 #ifdef TARGET_ARCH_sparc |
63 # include "vm_version_sparc.hpp" |
63 # include "vm_version_sparc.hpp" |
64 #endif |
64 #endif |
65 #ifdef TARGET_ARCH_zero |
65 #ifdef TARGET_ARCH_zero |
66 # include "vm_version_zero.hpp" |
66 # include "vm_version_zero.hpp" |
|
67 #endif |
|
68 #ifdef TARGET_ARCH_arm |
|
69 # include "vm_version_arm.hpp" |
|
70 #endif |
|
71 #ifdef TARGET_ARCH_ppc |
|
72 # include "vm_version_ppc.hpp" |
67 #endif |
73 #endif |
68 #ifdef COMPILER2 |
74 #ifdef COMPILER2 |
69 #include "opto/runtime.hpp" |
75 #include "opto/runtime.hpp" |
70 #endif |
76 #endif |
71 |
77 |