comparison agent/src/share/classes/sun/jvm/hotspot/oops/InstanceRefKlass.java @ 6735:aed758eda82a

7195833: NPG: Rename instanceClassLoaderKlass, instanceRefKlass and instanceMirrorKlass Summary: Simple renaming to be consistent with instanceKlass->InstanceKlass renaming Reviewed-by: stefank, jmasa
author coleenp
date Fri, 07 Sep 2012 12:04:16 -0400
parents da91efe96a93
children
comparison
equal deleted inserted replaced
6734:942bb29b20b0 6735:aed758eda82a
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("instanceRefKlass"); 48 Type type = db.lookupType("InstanceRefKlass");
49 } 49 }
50 50
51 public InstanceRefKlass(Address addr) { 51 public InstanceRefKlass(Address addr) {
52 super(addr); 52 super(addr);
53 } 53 }