hotspot/src/share/vm/ci/ciInstanceKlass.cpp
changeset 4571 80b553bddc26
parent 4567 7fc02fbe5c7a
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/ci/ciInstanceKlass.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/ci/ciInstanceKlass.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -75,7 +75,7 @@
   _java_mirror = NULL;
 
   if (is_shared()) {
-    if (h_k() != SystemDictionary::object_klass()) {
+    if (h_k() != SystemDictionary::Object_klass()) {
       super();
     }
     java_mirror();