8293343: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java 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
This commit is contained in:
parent
4c77bd32a0
commit
91c9091d7e
test/jdk
ProblemList.txt
sun/management/jmxremote/bootstrap
@ -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
|
||||
|
||||
############################################################################
|
||||
|
||||
|
@ -58,7 +58,7 @@ import java.util.Set;
|
||||
*
|
||||
* @library /test/lib
|
||||
*
|
||||
* @run main/timeout=300 RmiBootstrapTest .*_test.*.in
|
||||
* @run main/othervm/timeout=300 RmiBootstrapTest .*_test.*.in
|
||||
* */
|
||||
|
||||
/*
|
||||
@ -69,7 +69,7 @@ import java.util.Set;
|
||||
*
|
||||
* @library /test/lib
|
||||
*
|
||||
* @run main/timeout=300 RmiBootstrapTest .*_ssltest.*.in
|
||||
* @run main/othervm/timeout=300 RmiBootstrapTest .*_ssltest.*.in
|
||||
* */
|
||||
|
||||
/**
|
||||
|
@ -48,7 +48,7 @@ import javax.management.remote.JMXConnectorServer;
|
||||
*
|
||||
* @library /test/lib
|
||||
*
|
||||
* @run main/timeout=300 RmiSslNoKeyStoreTest .*_ssltest.*.in
|
||||
* @run main/othervm/timeout=300 RmiSslNoKeyStoreTest .*_ssltest.*.in
|
||||
* */
|
||||
|
||||
/**
|
||||
|
@ -141,7 +141,7 @@ public class RmiTestBase {
|
||||
|
||||
grantFilesAccess(propertyFiles, AccessControl.OWNER);
|
||||
|
||||
return Collections.unmodifiableList(files);
|
||||
return Collections.unmodifiableList(propertyFiles);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user