-
Bug
-
Resolution: Fixed
-
P2
-
14
-
b12
-
generic
-
generic
-
Verified
I missed a file in the push for JDK-8230184.
Looks like I left the change in the v2.06c patch forJDK-8153224 when I
extracted the changes forJDK-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",
Looks like I left the change in the v2.06c patch for
extracted the changes for
$ 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",
- relates to
-
JDK-8230184 rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
-
- Resolved
-