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

AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 11
    • 11
    • hotspot
    • None
    • b19
    • ppc
    • aix

        After change 8203641 we are running into build errors on AIX.
        Compilation error is :
        /build_ci_jdk_jdk_rs6000_64/src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp", line 107.38: 1540-0063 (S) The text "1" is unexpected.

        Looks like the name of the second template parameter (STAT) :
          template <typename QUEUE, typename STAT>
           static void initialize_impl();

        is clashing with defines from the AIX system headers. I suggest to simply rename the second template parameter.

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: