src/share/vm/utilities/constantTag.hpp

changeset 5889
28ca974cc21a
parent 4643
f16e75e0cf11
child 6876
710a3c8b516e
child 9966
baf9f57c9b46
     1.1 --- a/src/share/vm/utilities/constantTag.hpp	Fri Oct 11 13:48:02 2013 +0200
     1.2 +++ b/src/share/vm/utilities/constantTag.hpp	Fri Oct 11 11:23:49 2013 -0400
     1.3 @@ -108,7 +108,8 @@
     1.4      _tag = tag;
     1.5    }
     1.6  
     1.7 -  jbyte value()                      { return _tag; }
     1.8 +  jbyte value() const                { return _tag; }
     1.9 +  jbyte non_error_value() const;
    1.10  
    1.11    BasicType basic_type() const;        // if used with ldc, what kind of value gets pushed?
    1.12  

mercurial