src/share/vm/c1/c1_LinearScan.hpp

changeset 3575
c7401dcad8bf
parent 3108
7588156f5cf9
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/c1/c1_LinearScan.hpp	Wed Feb 15 21:37:49 2012 -0800
     1.2 +++ b/src/share/vm/c1/c1_LinearScan.hpp	Thu Feb 16 09:20:40 2012 +0100
     1.3 @@ -160,11 +160,11 @@
     1.4    // TODO: cached scope values for registers could be static
     1.5    ScopeValueArray           _scope_value_cache;
     1.6  
     1.7 -  static ConstantOopWriteValue _oop_null_scope_value;
     1.8 -  static ConstantIntValue    _int_m1_scope_value;
     1.9 -  static ConstantIntValue    _int_0_scope_value;
    1.10 -  static ConstantIntValue    _int_1_scope_value;
    1.11 -  static ConstantIntValue    _int_2_scope_value;
    1.12 +  static ConstantOopWriteValue* _oop_null_scope_value;
    1.13 +  static ConstantIntValue*    _int_m1_scope_value;
    1.14 +  static ConstantIntValue*    _int_0_scope_value;
    1.15 +  static ConstantIntValue*    _int_1_scope_value;
    1.16 +  static ConstantIntValue*    _int_2_scope_value;
    1.17  
    1.18    // accessors
    1.19    IR*           ir() const                       { return _ir; }

mercurial