Skip to content

Commit ff9d068

Browse files
SendaoYanmrserb
SendaoYan
authored andcommitted
8335851: [8u] Test JMXStartStopTest.java fails after JDK-8334415
Reviewed-by: serb
1 parent 5421e82 commit ff9d068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdk/test/sun/management/jmxremote/startstop/JMXStartStopTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ static void test_10() throws Exception {
765765
"jmxremote.ssl=false",
766766
"jmxremote.port=" + pa.getPort1()
767767
);
768-
testConnect(port1);
768+
testConnect(pa.getPort1());
769769

770770
jcmd(CMD_STOP);
771771
jcmd(CMD_START,

0 commit comments

Comments
 (0)