test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java
changeset 54955 46409371a691
parent 54122 4b1426ed1c44
child 57907 f080150a6a7e
equal deleted inserted replaced
54954:6ec71a88b68e 54955:46409371a691
    66                     "SystemDictionary::Class_klass_knum",
    66                     "SystemDictionary::Class_klass_knum",
    67                     "SystemDictionary::ClassLoader_klass_knum",
    67                     "SystemDictionary::ClassLoader_klass_knum",
    68                     "SystemDictionary::Object_klass_knum"));
    68                     "SystemDictionary::Object_klass_knum"));
    69             expStrMap.put("printstatics Threads", List.of(
    69             expStrMap.put("printstatics Threads", List.of(
    70                     "Static fields of Threads",
    70                     "Static fields of Threads",
    71                     "_number_of_threads", "_number_of_non_daemon_threads",
    71                     "_number_of_threads", "_number_of_non_daemon_threads"));
    72                     "JavaThread\\* Threads"));
       
    73             expStrMap.put("printstatics Universe", List.of(
    72             expStrMap.put("printstatics Universe", List.of(
    74                     "Static fields of Universe",
    73                     "Static fields of Universe",
    75                     "uintptr_t Universe::_verify_oop_mask",
    74                     "uintptr_t Universe::_verify_oop_mask",
    76                     "intptr_t Universe::_non_oop_bits",
    75                     "intptr_t Universe::_non_oop_bits",
    77                     "bool Universe::_fully_initialized"));
    76                     "bool Universe::_fully_initialized"));