hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 13282 9872915dd78d
parent 12772 d317e5e08194
child 13286 b8b0898d5f3a
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Mon Jun 25 15:34:06 2012 -0400
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Tue Jun 26 19:08:44 2012 -0400
@@ -2771,7 +2771,6 @@
     nmethods++;
     method_size += m->size();
     // class loader uses same objArray for empty vectors, so don't count these
-    if (m->exception_table()->length() != 0)   method_size += m->exception_table()->size();
     if (m->has_stackmap_table()) {
       method_size += m->stackmap_data()->size();
     }