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

Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 13
    • None
    • infrastructure
    • None
    • b08

        $ CONF=linux-x86_64-server-fastdebug make images
        Building target 'images' in configuration 'linux-x86_64-server-fastdebug'
        lib/JvmFlags.gmk:77: extraneous text after 'ifeq' directive

        I think parentheses are not balanced at "ifeq" line:

          ifeq ($call isTargetOs, windows aix), false)
            # NOTE: Old build did not define CHECK_UNHANDLED_OOPS on Windows and AIX.
            JVM_CFLAGS_DEBUGLEVEL += -DCHECK_UNHANDLED_OOPS
          endif

        Seems to be introduced by JDK-8218431.

              ihse Magnus Ihse Bursie
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: