8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output

Reviewed-by: dholmes, cjplummer
This commit is contained in:
Sharath Ballal 2018-02-16 10:10:14 +05:30
parent d057334330
commit a76221f5a7

@ -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 @@ public class ClhsdbFindPC {
"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);