On Thu, 2019-10-17 at 20:57 -0700, Chris Plummer wrote: > Hello, > > Please review the following for problem listing > serviceability/sa/ClhsdbJstackXcompStress.java. This is a new test that > is failing once or twice a day on windows-x64 due to 8231635. Note I > also problem listed the test for solaris due to 8193639. Although I did > not actually see this failure, all the other Clhsdb tests are problem > listed for this reason, and ClhsdbJstackXcompStress.java probably should > have been also when it was first added. > > https://bugs.openjdk.java.net/browse/JDK-8232276 > > diff --git a/test/hotspot/jtreg/ProblemList.txt > b/test/hotspot/jtreg/ProblemList.txt > --- a/test/hotspot/jtreg/ProblemList.txt > +++ b/test/hotspot/jtreg/ProblemList.txt > @@ -108,6 +108,7 @@ > serviceability/sa/ClhsdbJdis.java 8193639 solaris-all > serviceability/sa/ClhsdbJhisto.java 8193639,8211767 > solaris-all,linux-ppc64le,linux-ppc64 > serviceability/sa/ClhsdbJstack.java 8193639 solaris-all > +serviceability/sa/ClhsdbJstackXcompStress.java 8193639,8231635 > solaris-all,windows-x64 > serviceability/sa/ClhsdbLongConstant.java 8193639 solaris-all > serviceability/sa/ClhsdbPmap.java 8193639,8211767 > solaris-all,linux-ppc64le,linux-ppc64 > serviceability/sa/ClhsdbPrintAll.java 8193639 solaris-all > > thanks,
Looks good. Thanks, Severin