hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceMirrorKlass.java
changeset 13738 d67be49a5beb
parent 13728 882756847a04
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceMirrorKlass.java	Thu Sep 06 07:28:30 2012 -0700
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/InstanceMirrorKlass.java	Fri Sep 07 12:04:16 2012 -0400
@@ -45,7 +45,7 @@
 
   private static synchronized void initialize(TypeDataBase db) throws WrongTypeException {
     // Just make sure it's there for now
-    Type type = db.lookupType("instanceMirrorKlass");
+    Type type = db.lookupType("InstanceMirrorKlass");
   }
 
   public InstanceMirrorKlass(Address addr) {