hotspot/src/share/vm/memory/classify.cpp
changeset 4571 80b553bddc26
parent 1 489c9b5090e2
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/memory/classify.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/memory/classify.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -49,7 +49,7 @@
 
   Klass* k = obj->blueprint();
 
-  if (k->as_klassOop() == SystemDictionary::object_klass()) {
+  if (k->as_klassOop() == SystemDictionary::Object_klass()) {
     tty->print_cr("Found the class!");
   }