Skip to content

Commit

Permalink
8293343: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java…
Browse files Browse the repository at this point in the history
… failed with "Agent communication error: java.io.EOFException"

8293335: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1failed with "Agent communication error: java.io.EOFException"

Reviewed-by: kevinw, cjplummer
  • Loading branch information
bwhuang-us authored and kevinjwalls committed Sep 12, 2022
1 parent 4c77bd3 commit 91c9091
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,6 @@ java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java 8247426 generic-
sun/management/jdp/JdpDefaultsTest.java 8241865 linux-aarch64,macosx-all
sun/management/jdp/JdpJmxRemoteDynamicPortTest.java 8241865 macosx-all
sun/management/jdp/JdpSpecificAddressTest.java 8241865 macosx-all
sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 8293335 linux-x64
sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java 8293343 linux-aarch64,macosx-x64

############################################################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*
* @library /test/lib
*
* @run main/timeout=300 RmiBootstrapTest .*_test.*.in
* @run main/othervm/timeout=300 RmiBootstrapTest .*_test.*.in
* */

/*
Expand All @@ -69,7 +69,7 @@
*
* @library /test/lib
*
* @run main/timeout=300 RmiBootstrapTest .*_ssltest.*.in
* @run main/othervm/timeout=300 RmiBootstrapTest .*_ssltest.*.in
* */

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*
* @library /test/lib
*
* @run main/timeout=300 RmiSslNoKeyStoreTest .*_ssltest.*.in
* @run main/othervm/timeout=300 RmiSslNoKeyStoreTest .*_ssltest.*.in
* */

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static List<Path> prepareTestFiles(String filenamePattern) throws IOException {

grantFilesAccess(propertyFiles, AccessControl.OWNER);

return Collections.unmodifiableList(files);
return Collections.unmodifiableList(propertyFiles);
}

/**
Expand Down

1 comment on commit 91c9091

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.