src/share/vm/opto/type.hpp

changeset 855
a1980da045cc
parent 801
8261ee795323
child 990
35ae4dd6c27c
     1.1 --- a/src/share/vm/opto/type.hpp	Thu Nov 06 20:00:03 2008 -0800
     1.2 +++ b/src/share/vm/opto/type.hpp	Fri Nov 07 09:29:38 2008 -0800
     1.3 @@ -1183,6 +1183,9 @@
     1.4  #define RShiftXNode  RShiftLNode
     1.5  // For card marks and hashcodes
     1.6  #define URShiftXNode URShiftLNode
     1.7 +// UseOptoBiasInlining
     1.8 +#define XorXNode     XorLNode
     1.9 +#define StoreXConditionalNode StoreLConditionalNode
    1.10  // Opcodes
    1.11  #define Op_LShiftX   Op_LShiftL
    1.12  #define Op_AndX      Op_AndL
    1.13 @@ -1222,6 +1225,9 @@
    1.14  #define RShiftXNode  RShiftINode
    1.15  // For card marks and hashcodes
    1.16  #define URShiftXNode URShiftINode
    1.17 +// UseOptoBiasInlining
    1.18 +#define XorXNode     XorINode
    1.19 +#define StoreXConditionalNode StoreIConditionalNode
    1.20  // Opcodes
    1.21  #define Op_LShiftX   Op_LShiftI
    1.22  #define Op_AndX      Op_AndI

mercurial