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

TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin

XMLWordPrintable

    • b109
    • generic
    • generic
    • Verified

      Test java/lang/ClassLoader/deadlock/TestCrossDelegate.sh is unable to find javac under Cygwin:

      # set platform-specific variables
      OS=`uname -s`
      case "$OS" in
        SunOS )
          FS="/"
          ;;
        Linux )
          FS="/"
          ;;
        Windows* )
          FS="\\"
          ;;
      esac

      Under Cygwin 'uname -s' typically prints a string that begins with 'CYGWIN':

      CYGWIN_NT-5.2-WOW64

            mchung Mandy Chung (Inactive)
            kshiroko Kirill Shirokov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: