diff -r f372ea9e5ed4 -r 80b553bddc26 hotspot/src/share/vm/services/serviceUtil.hpp --- a/hotspot/src/share/vm/services/serviceUtil.hpp Tue Jan 05 11:16:09 2010 -0800 +++ b/hotspot/src/share/vm/services/serviceUtil.hpp Wed Jan 06 14:22:39 2010 -0800 @@ -45,7 +45,7 @@ // instance if (o->is_instance()) { // instance objects are visible - if (o->klass() != SystemDictionary::class_klass()) { + if (o->klass() != SystemDictionary::Class_klass()) { return true; } if (java_lang_Class::is_primitive(o)) {