hotspot/src/share/vm/oops/instanceRefKlass.cpp
changeset 4571 80b553bddc26
parent 3795 6227ff014cfe
child 4573 6358f8c9ed3b
--- a/hotspot/src/share/vm/oops/instanceRefKlass.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/oops/instanceRefKlass.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -397,7 +397,7 @@
 
   // Check that we have the right class
   debug_only(static bool first_time = true);
-  assert(k == SystemDictionary::reference_klass() && first_time,
+  assert(k == SystemDictionary::Reference_klass() && first_time,
          "Invalid update of maps");
   debug_only(first_time = false);
   assert(ik->nonstatic_oop_map_count() == 1, "just checking");