src/share/vm/oops/cpCacheKlass.cpp

changeset 981
05c6d52fa7a9
parent 977
9a25e0c45327
child 1014
0fbdb4381b99
     1.1 --- a/src/share/vm/oops/cpCacheKlass.cpp	Fri Feb 06 01:38:50 2009 +0300
     1.2 +++ b/src/share/vm/oops/cpCacheKlass.cpp	Sun Feb 08 13:18:01 2009 -0800
     1.3 @@ -161,7 +161,7 @@
     1.4  }
     1.5  
     1.6  bool constantPoolCacheKlass::oop_is_conc_safe(oop obj) const {
     1.7 -  assert(obj->is_constantPoolCache(), "must be constMethod oop");
     1.8 +  assert(obj->is_constantPoolCache(), "should be constant pool");
     1.9    return constantPoolCacheOop(obj)->is_conc_safe();
    1.10  }
    1.11  

mercurial