src/share/vm/opto/locknode.hpp

changeset 6441
d2907f74462e
parent 4153
b9a9ed0f8eeb
child 6518
62c54fcc0a35
     1.1 --- a/src/share/vm/opto/locknode.hpp	Wed Jun 19 12:29:30 2013 +0200
     1.2 +++ b/src/share/vm/opto/locknode.hpp	Thu Jun 20 16:30:44 2013 -0700
     1.3 @@ -43,8 +43,11 @@
     1.4  #ifdef TARGET_ARCH_MODEL_arm
     1.5  # include "adfiles/ad_arm.hpp"
     1.6  #endif
     1.7 -#ifdef TARGET_ARCH_MODEL_ppc
     1.8 -# include "adfiles/ad_ppc.hpp"
     1.9 +#ifdef TARGET_ARCH_MODEL_ppc_32
    1.10 +# include "adfiles/ad_ppc_32.hpp"
    1.11 +#endif
    1.12 +#ifdef TARGET_ARCH_MODEL_ppc_64
    1.13 +# include "adfiles/ad_ppc_64.hpp"
    1.14  #endif
    1.15  
    1.16  //------------------------------BoxLockNode------------------------------------

mercurial