changeset 4571 | 80b553bddc26 |
parent 1 | 489c9b5090e2 |
child 5547 | f4b087cbb361 |
--- 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)) {