test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java
changeset 57907 f080150a6a7e
parent 54955 46409371a691
equal deleted inserted replaced
57906:e17f768b3b71 57907:f080150a6a7e
    57             expStrMap.put("printstatics", List.of(
    57             expStrMap.put("printstatics", List.of(
    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::g_block_list",
    63                     "java_lang_Class::_oop_size_offset"));
    63                     "java_lang_Class::_oop_size_offset"));
    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",
    67                     "SystemDictionary::ClassLoader_klass_knum",
    67                     "SystemDictionary::ClassLoader_klass_knum",