src/share/vm/runtime/vmStructs.cpp

changeset 6441
d2907f74462e
parent 5115
e484fe2abebd
child 6442
b5c8a61d7fa0
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Wed Jun 19 12:29:30 2013 +0200
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Thu Jun 20 16:30:44 2013 -0700
     1.3 @@ -197,10 +197,13 @@
     1.4  #ifdef TARGET_ARCH_MODEL_arm
     1.5  # include "adfiles/adGlobals_arm.hpp"
     1.6  #endif
     1.7 -#ifdef TARGET_ARCH_MODEL_ppc
     1.8 -# include "adfiles/adGlobals_ppc.hpp"
     1.9 +#ifdef TARGET_ARCH_MODEL_ppc_32
    1.10 +# include "adfiles/adGlobals_ppc_32.hpp"
    1.11  #endif
    1.12 +#ifdef TARGET_ARCH_MODEL_ppc_64
    1.13 +# include "adfiles/adGlobals_ppc_64.hpp"
    1.14  #endif
    1.15 +#endif // COMPILER2
    1.16  
    1.17  // Note: the cross-product of (c1, c2, product, nonproduct, ...),
    1.18  // (nonstatic, static), and (unchecked, checked) has not been taken.

mercurial