Hi, Pls review the test fix in serviceability/sa/ClhsdbFindPC.java
Jira: https://bugs.openjdk.java.net/browse/JDK-8211923 Webrev: http://cr.openjdk.java.net/~sballal/8211923/webrev.00/ I have done the following modifications to the testcase: 1. If jstack output does not contain "LingeredApp.main", fail the test. 2. The test is testing both -Xcomp and -Xint options. I have changed the order of the test and made -Xint first. Currently the failure is in -Xcomp. Changing the order will tell us (in future failures) if the interpretted mode passed or not. SA tests passed in Mach5 runs. Thanks, Sharath