hotspot/src/share/vm/gc_interface/collectedHeap.cpp
changeset 4571 80b553bddc26
parent 4030 4c471254865e
child 4636 90e004691873
--- a/hotspot/src/share/vm/gc_interface/collectedHeap.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/gc_interface/collectedHeap.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -274,7 +274,7 @@
     fill_with_array(start, words);
   } else if (words > 0) {
     assert(words == min_fill_size(), "unaligned size");
-    post_allocation_setup_common(SystemDictionary::object_klass(), start,
+    post_allocation_setup_common(SystemDictionary::Object_klass(), start,
                                  words);
   }
 }