hotspot/src/share/vm/opto/type.cpp
changeset 13738 d67be49a5beb
parent 13731 6c79c797ca4c
child 13969 d2a189b83b87
--- a/hotspot/src/share/vm/opto/type.cpp	Thu Sep 06 07:28:30 2012 -0700
+++ b/hotspot/src/share/vm/opto/type.cpp	Fri Sep 07 12:04:16 2012 -0400
@@ -2380,7 +2380,7 @@
           assert(this->isa_instptr(), "must be an instance ptr.");
           _is_ptr_to_narrowoop = false;
         } else if (klass() == ciEnv::current()->Class_klass() &&
-                   _offset >= instanceMirrorKlass::offset_of_static_fields()) {
+                   _offset >= InstanceMirrorKlass::offset_of_static_fields()) {
           // Static fields
           assert(o != NULL, "must be constant");
           ciInstanceKlass* k = o->as_instance()->java_lang_Class_klass()->as_instance_klass();