src/share/vm/code/debugInfo.hpp

changeset 5307
e0c9a1d29eb4
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/code/debugInfo.hpp	Sun Jun 23 22:08:28 2013 -0700
     1.2 +++ b/src/share/vm/code/debugInfo.hpp	Mon Jun 24 18:55:46 2013 -0400
     1.3 @@ -274,7 +274,7 @@
     1.4    Method* read_method() {
     1.5      Method* o = (Method*)(code()->metadata_at(read_int()));
     1.6      assert(o == NULL ||
     1.7 -           o->is_metadata(), "meta data only");
     1.8 +           o->is_metaspace_object(), "meta data only");
     1.9      return o;
    1.10    }
    1.11    ScopeValue* read_object_value();

mercurial