-
Bug
-
Resolution: Duplicate
-
P3
-
7, 8
-
JDK 7u25b04
OS MacOS X
-
os_x
Testsuite name: Regression
Test nme: closed/com/sun/nio/sctp/RevealLocalAddress.java
JDK tested: 7u25b04
OS tested: MacOS, Windows
Is it a regression: NO
Test Passes on Windows and fails to compile on MacOS X
Log:
#section:compile
----------messages:(3/222)----------
command: compile /export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.841
----------System.out:(0/0)----------
----------System.err:(19/1097)----------
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:40: error: package com.sun.nio.sctp does not exist
import com.sun.nio.sctp.SctpChannel;
^
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:99: error: cannot find symbol
static void dumpAddresses(SctpChannel channel,
^
symbol: class SctpChannel
location: class Util
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:61: error: cannot find symbol
SctpChannel c = SctpChannel.open();
^
symbol: class SctpChannel
location: class Util
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:61: error: cannot find symbol
SctpChannel c = SctpChannel.open();
^
symbol: variable SctpChannel
location: class Util
4 errors
result: Failed. Compilation failed
test result: Failed. Compilation failed
Test nme: closed/com/sun/nio/sctp/RevealLocalAddress.java
JDK tested: 7u25b04
OS tested: MacOS, Windows
Is it a regression: NO
Test Passes on Windows and fails to compile on MacOS X
Log:
#section:compile
----------messages:(3/222)----------
command: compile /export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java
reason: .class file out of date or does not exist
elapsed time (seconds): 0.841
----------System.out:(0/0)----------
----------System.err:(19/1097)----------
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:40: error: package com.sun.nio.sctp does not exist
import com.sun.nio.sctp.SctpChannel;
^
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:99: error: cannot find symbol
static void dumpAddresses(SctpChannel channel,
^
symbol: class SctpChannel
location: class Util
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:61: error: cannot find symbol
SctpChannel c = SctpChannel.open();
^
symbol: class SctpChannel
location: class Util
/export/local/aurora/CommonData/j2se_rest/test/closed/com/sun/nio/sctp/../../../../../com/sun/nio/sctp/SctpChannel/Util.java:61: error: cannot find symbol
SctpChannel c = SctpChannel.open();
^
symbol: variable SctpChannel
location: class Util
4 errors
result: Failed. Compilation failed
test result: Failed. Compilation failed
- duplicates
-
JDK-7076487 (sctp) SCTP API classes do not exist in JDK for Mac
- Resolved
- relates to
-
JDK-7076487 (sctp) SCTP API classes do not exist in JDK for Mac
- Resolved