test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java
changeset 48420 b54852746e8f
parent 47899 f113d1ef7bed
child 50791 b1e90a8a876c
equal deleted inserted replaced
48419:8441a7cea1c1 48420:b54852746e8f
    56             expStrMap.put("printstatics", List.of(
    56             expStrMap.put("printstatics", List.of(
    57                     "All known static fields",
    57                     "All known static fields",
    58                     "Abstract_VM_Version::_vm_major_version",
    58                     "Abstract_VM_Version::_vm_major_version",
    59                     "ClassLoaderDataGraph::_head", "SymbolTable::_the_table",
    59                     "ClassLoaderDataGraph::_head", "SymbolTable::_the_table",
    60                     "JNIHandles::_weak_global_handles", "PerfMemory::_top",
    60                     "JNIHandles::_weak_global_handles", "PerfMemory::_top",
    61                     "_jfr_checkpoints", "ObjectSynchronizer::gBlockList",
    61                     "ObjectSynchronizer::gBlockList",
    62                     "java_lang_Class::_oop_size_offset",
    62                     "java_lang_Class::_oop_size_offset",
    63                     "CodeCache::_scavenge_root_nmethods"));
    63                     "CodeCache::_scavenge_root_nmethods"));
    64             expStrMap.put("printstatics SystemDictionary", List.of(
    64             expStrMap.put("printstatics SystemDictionary", List.of(
    65                     "Static fields of SystemDictionary",
    65                     "Static fields of SystemDictionary",
    66                     "SystemDictionary::Class_klass_knum",
    66                     "SystemDictionary::Class_klass_knum",