hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceMirrorKlass.java
changeset 13738 d67be49a5beb
parent 13728 882756847a04
equal deleted inserted replaced
13737:aa8c9eb6d900 13738:d67be49a5beb
    43       });
    43       });
    44   }
    44   }
    45 
    45 
    46   private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
    46   private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
    47     // Just make sure it's there for now
    47     // Just make sure it's there for now
    48     Type type = db.lookupType("instanceMirrorKlass");
    48     Type type = db.lookupType("InstanceMirrorKlass");
    49   }
    49   }
    50 
    50 
    51   public InstanceMirrorKlass(Address addr) {
    51   public InstanceMirrorKlass(Address addr) {
    52     super(addr);
    52     super(addr);
    53   }
    53   }