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"

Backport-of: 91c9091d7e64ba0bdb257521bd15ff183c6839fa
  • Loading branch information
GoeLin committed Nov 23, 2023
1 parent 1d7bc8f commit d335f04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 d335f04

@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.