I missed a file in the push for JDK-8230184.
Looks like I left the change in the v2.06c patch for JDK-8153224 when I
extracted the changes for JDK-8230184:
$ hg diff
diff -r e17f768b3b71 test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java Wed Aug 28 10:56:50 2019 -0400
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java Wed Aug 28 12:41:35 2019 -0400
@@ -59,7 +59,7 @@
"Abstract_VM_Version::_vm_major_version",
"ClassLoaderDataGraph::_head",
"JNIHandles::_weak_global_handles", "PerfMemory::_top",
- "ObjectSynchronizer::gBlockList",
+ "ObjectSynchronizer::g_block_list",
"java_lang_Class::_oop_size_offset"));
expStrMap.put("printstatics SystemDictionary", List.of(
"Static fields of SystemDictionary",