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

[AIX] Build failure after 11u backport of JDK-8247753

XMLWordPrintable

    • b02
    • aix

      This is a JDK 11 specific bug as for later JDKs the code performing those checks is Java code. The JDK 11u backport in 11.0.12 introduced strcasestr function for case insensitive comparison. This breaks the AIX build with:

      ld: 0711-317 ERROR: Undefined symbol: .strcasestr

      Note that strcasestr is a GNU specific extension not available on AIX.

            sgehwolf Severin Gehwolf
            sgehwolf Severin Gehwolf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: