JDK-8230317 : serviceability/sa/ClhsdbPrintStatics.java fails after 8230184
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 14
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-08-28
  • Updated: 2019-11-05
  • Resolved: 2019-08-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b12Fixed
Related Reports
Relates :  
Description
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",
Comments
The failure of serviceability/sa/ClhsdbPrintStatics.java for "gBlockList" instead of "g_block_list" no longer occurs after this fix was pushed.
05-11-2019

URL: https://hg.openjdk.java.net/jdk/jdk/rev/f080150a6a7e User: dcubed Date: 2019-08-28 16:54:12 +0000
28-08-2019