I can do that.
Chris
On 7/2/20 10:40 PM, Igor Ignatyev wrote:
Hi Chris,
looks good and trivial. would you consider pushing it into jdk/jdk15?
-- Igor
On Jul 2, 2020, at 10:36 PM, Chris Plummer <chris.plum...@oracle.com> wrote:
Hello,
Please review the following trivial change:
https://bugs.openjdk.java.net/browse/JDK-8248746
diff --git a/test/jdk/TEST.ROOT b/test/jdk/TEST.ROOT
--- a/test/jdk/TEST.ROOT
+++ b/test/jdk/TEST.ROOT
@@ -24,7 +24,7 @@
# Tests that cannot run concurrently
exclusiveAccess.dirs=java/math/BigInteger/largeMemory \
java/rmi/Naming java/util/prefs sun/management/jmxremote \
-sun/tools/jstatd sun/tools/jcmd sun/tools/jhsdb sun/tools/jhsdb/heapconfig \
+sun/tools/jstatd sun/tools/jcmd \
sun/tools/jinfo sun/tools/jmap sun/tools/jps sun/tools/jstack sun/tools/jstat
\
com/sun/tools/attach sun/security/mscapi java/util/stream
java/util/Arrays/largeMemory \
java/util/BitSet/stream javax/rmi
Due to some issues with running multiple Attach API tests at the same time, it
was decided to add them all to exclusiveAccess.dirs. This was done under
JDK-8220295. However, the jhsdb tests should never have been added since they
don't use the Attach API. They use SA Attach, which is completely unrelated.
I've been testing with this change for the past 6 weeks or so, and haven't seen
any issues, nor would I expect any.
thanks,
Chris