8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
Reviewed-by: dholmes, cjplummer
--- 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);