test/hotspot/jtreg/serviceability/sa/ClhsdbAttach.java
changeset 57777 90ead0febf56
parent 53596 bb40a5303c84
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbAttach.java	Fri Aug 16 09:18:41 2019 +0200
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbAttach.java	Tue Aug 06 10:48:21 2019 +0200
@@ -56,7 +56,7 @@
                     "detach",
                     "universe",
                     "reattach",
-                    "longConstant markOopDesc::locked_value");
+                    "longConstant markWord::locked_value");
 
             Map<String, List<String>> expStrMap = new HashMap<>();
             expStrMap.put("where", List.of(
@@ -65,8 +65,8 @@
                     "MaxJavaStackTraceDepth = "));
             expStrMap.put("universe", List.of(
                     "Command not valid until attached to a VM"));
-            expStrMap.put("longConstant markOopDesc::locked_value", List.of(
-                    "longConstant markOopDesc::locked_value"));
+            expStrMap.put("longConstant markWord::locked_value", List.of(
+                    "longConstant markWord::locked_value"));
 
             test.run(-1, cmds, expStrMap, null);
         } catch (SkippedException se) {