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

Bad test for ENABLE_SJAVAC in build-performance.m4

XMLWordPrintable

    • b115

      Building jdk9/dev using:

      bash ../configure --disable-javac-server

      Shows this in the build log:

      ...
      checking whether to use sjavac... no
      checking whether to use javac server... no
      /home/omajid/jdk9-dev/common/autoconf/generated-configure.sh: line 62566: xno: command not found
      ...

      This "xno: command not found" looks like a bad test in the file.

      common/autoconf/build-performance.m4 contains this line:
      if test "x$ENABLE_JAVAC_SERVER" = "xyes" || "x$ENABLE_SJAVAC" = "xyes"; then

      There should be a "test" after the "||".

            omajid Omair Majid
            omajid Omair Majid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: