src/share/vm/services/serviceUtil.hpp

changeset 1577
4ce7240d622c
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
equal deleted inserted replaced
1575:1f6d42899c3a 1577:4ce7240d622c
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 }

mercurial