hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   169       visitor.doCInt(allocCount, true);
   169       visitor.doCInt(allocCount, true);
   170     }
   170     }
   171   }
   171   }
   172 
   172 
   173   public long getObjectSize() {
   173   public long getObjectSize() {
   174     System.out.println("should not reach here");
   174     throw new RuntimeException("should not reach here");
   175     return 0;
       
   176   }
   175   }
   177 
   176 
   178   /** Array class with specific rank */
   177   /** Array class with specific rank */
   179   public Klass arrayKlass(int rank)       { return arrayKlassImpl(false, rank); }
   178   public Klass arrayKlass(int rank)       { return arrayKlassImpl(false, rank); }
   180   /** Array class with this klass as element type */
   179   /** Array class with this klass as element type */