src/share/vm/c1/c1_ValueType.cpp

changeset 1424
148e5441d916
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/c1/c1_ValueType.cpp	Tue Sep 15 11:09:34 2009 -0700
     1.2 +++ b/src/share/vm/c1/c1_ValueType.cpp	Tue Sep 15 21:53:47 2009 -0700
     1.3 @@ -86,7 +86,7 @@
     1.4  
     1.5  jobject ObjectType::encoding() const {
     1.6    assert(is_constant(), "must be");
     1.7 -  return constant_value()->encoding();
     1.8 +  return constant_value()->constant_encoding();
     1.9  }
    1.10  
    1.11  bool ObjectType::is_loaded() const {

mercurial