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

Mac: intermittent T2K gcc failure prevents parallel compilation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 8u20
    • javafx
    • None

      We have a serious intermittent build failure in the :graphics:ccMacFontT2K task. See RT-35955 for more information. In order to fix that bug we disabled parallel compilation on the Mac by setting the default number of parallel compilation threads to 1. If we can fix the underlying cause then we could re-enable parallel native compilation to speed up the build on Mac.

      To reproduce this, run the following in a loop until it fails (other values of NUM_COMPILE_THREADS might cause the problem to fail more or less often on a particular system) :

      while (true) {
          gradle -PNUM_COMPILE_THREADS=8 cleanNativeFontT2K nativeFontT2K
      }

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: