hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ObjArrayKlass.java
changeset 13952 e3cf184080bc
parent 13728 882756847a04
equal deleted inserted replaced
13918:b01a48301e67 13952:e3cf184080bc
    41         }
    41         }
    42       });
    42       });
    43   }
    43   }
    44 
    44 
    45   private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
    45   private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
    46     Type type = db.lookupType("objArrayKlass");
    46     Type type = db.lookupType("ObjArrayKlass");
    47     elementKlass = new MetadataField(type.getAddressField("_element_klass"), 0);
    47     elementKlass = new MetadataField(type.getAddressField("_element_klass"), 0);
    48     bottomKlass  = new MetadataField(type.getAddressField("_bottom_klass"), 0);
    48     bottomKlass  = new MetadataField(type.getAddressField("_bottom_klass"), 0);
    49   }
    49   }
    50 
    50 
    51   public ObjArrayKlass(Address addr) {
    51   public ObjArrayKlass(Address addr) {