src/share/vm/memory/heapInspection.cpp

changeset 5307
e0c9a1d29eb4
parent 5237
f2110083203d
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/memory/heapInspection.cpp	Sun Jun 23 22:08:28 2013 -0700
     1.2 +++ b/src/share/vm/memory/heapInspection.cpp	Mon Jun 24 18:55:46 2013 -0400
     1.3 @@ -157,7 +157,6 @@
     1.4  }
     1.5  
     1.6  uint KlassInfoTable::hash(const Klass* p) {
     1.7 -  assert(p->is_metadata(), "all klasses are metadata");
     1.8    return (uint)(((uintptr_t)p - (uintptr_t)_ref) >> 2);
     1.9  }
    1.10  

mercurial