Hi all, Could I get a review for pushing HeapMonitorStatArrayCorrectnessTest into the problem list? It is a test that is tricky to get always right and I'll work offline on getting it more stable.
Bug: https://bugs.openjdk.java.net/browse/JDK-8224500 The diff is a one liner so here it is: diff -r 1b28206dcbcb test/hotspot/jtreg/ProblemList.txt --- a/test/hotspot/jtreg/ProblemList.txt Tue May 21 18:22:54 2019 +0200 +++ b/test/hotspot/jtreg/ProblemList.txt Tue May 21 09:49:53 2019 -0700 @@ -132,6 +132,7 @@ serviceability/sa/TestUniverse.java#id0 8193639,8211767 solaris-all,linux-ppc64le,linux-ppc64 serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java 8214032 generic-all +serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java 8224150 generic-all ############################################################################# Thanks, Jc
