Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8011542

closed/com/sun/nio/sctp/RevealLocalAddress.java fails to compile on Mac

XMLWordPrintable

      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

            ewang Eric Wang (Inactive)
            kshefov Konstantin Shefov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: