hotspot/src/share/vm/services/serviceUtil.hpp
changeset 4571 80b553bddc26
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
4569:f372ea9e5ed4 4571:80b553bddc26
    43     }
    43     }
    44 
    44 
    45     // instance
    45     // instance
    46     if (o->is_instance()) {
    46     if (o->is_instance()) {
    47       // instance objects are visible
    47       // instance objects are visible
    48       if (o->klass() != SystemDictionary::class_klass()) {
    48       if (o->klass() != SystemDictionary::Class_klass()) {
    49         return true;
    49         return true;
    50       }
    50       }
    51       if (java_lang_Class::is_primitive(o)) {
    51       if (java_lang_Class::is_primitive(o)) {
    52         return true;
    52         return true;
    53       }
    53       }