test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java
changeset 54122 4b1426ed1c44
parent 53635 247e5ca412f5
child 54955 46409371a691
equal deleted inserted replaced
54121:fce463e39f72 54122:4b1426ed1c44
    58                     "All known static fields",
    58                     "All known static fields",
    59                     "Abstract_VM_Version::_vm_major_version",
    59                     "Abstract_VM_Version::_vm_major_version",
    60                     "ClassLoaderDataGraph::_head",
    60                     "ClassLoaderDataGraph::_head",
    61                     "JNIHandles::_weak_global_handles", "PerfMemory::_top",
    61                     "JNIHandles::_weak_global_handles", "PerfMemory::_top",
    62                     "ObjectSynchronizer::gBlockList",
    62                     "ObjectSynchronizer::gBlockList",
    63                     "java_lang_Class::_oop_size_offset",
    63                     "java_lang_Class::_oop_size_offset"));
    64                     "CodeCache::_scavenge_root_nmethods"));
       
    65             expStrMap.put("printstatics SystemDictionary", List.of(
    64             expStrMap.put("printstatics SystemDictionary", List.of(
    66                     "Static fields of SystemDictionary",
    65                     "Static fields of SystemDictionary",
    67                     "SystemDictionary::Class_klass_knum",
    66                     "SystemDictionary::Class_klass_knum",
    68                     "SystemDictionary::ClassLoader_klass_knum",
    67                     "SystemDictionary::ClassLoader_klass_knum",
    69                     "SystemDictionary::Object_klass_knum"));
    68                     "SystemDictionary::Object_klass_knum"));