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

AIX build fails after 8196341: Add JFR events for parallel phases of G1

XMLWordPrintable

    • gc
    • generic

      8196341: Add JFR events for parallel phases of G1 introduced new jfr events.
      Unfortunately the change breaks the AIX build. This seems to be an xlc compiler bug to me. The overloaded commit function is not resolved correctly,
      The compiler seems to notice only the commit without arguments which is brought into the EventGCPhaseParallel via using.

      errors are like :
      /openjdk/nb/rs6000_64/nightly/jdk/src/hotspot/share/gc/g1/g1CollectedHeap.cpp", line 3185.15: 1540-0215 (S) The wrong number of arguments has been specified for "JfrEvent::commit()"

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

              Created:
              Updated:
              Resolved: