hotspot/src/share/vm/memory/heapInspection.cpp
changeset 18439 725ce18186b3
parent 18025 b7bcf7497f93
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/memory/heapInspection.cpp	Sun Jun 23 22:08:28 2013 -0700
+++ b/hotspot/src/share/vm/memory/heapInspection.cpp	Mon Jun 24 18:55:46 2013 -0400
@@ -157,7 +157,6 @@
 }
 
 uint KlassInfoTable::hash(const Klass* p) {
-  assert(p->is_metadata(), "all klasses are metadata");
   return (uint)(((uintptr_t)p - (uintptr_t)_ref) >> 2);
 }