diff src/share/vm/oops/instanceRefKlass.cpp @ 1142:4ce7240d622c

6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
author never
date Wed, 06 Jan 2010 14:22:39 -0800
parents 89e0543e1737
children 9b9c1ee9b3f6
line wrap: on
line diff
--- a/src/share/vm/oops/instanceRefKlass.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/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");