8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
authorsballal
Fri, 16 Feb 2018 10:10:14 +0530
changeset 48982 9a8fddef7ad0
parent 48981 19ebb2d56766
child 48983 df25d1a5d78a
child 49004 2951c449e7bf
8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output Reviewed-by: dholmes, cjplummer
test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java	Thu Feb 15 11:31:56 2018 -0800
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java	Fri Feb 16 10:10:14 2018 +0530
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -85,8 +85,7 @@
                             "frame size:"));
                 } else {
                     expStrMap.put(cmdStr, List.of(
-                            "In interpreter codelet",
-                            "invoke return entry points"));
+                            "In interpreter codelet"));
                 }
 
                 test.run(theApp.getPid(), cmds, expStrMap, null);