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

Random build failures in javadoc on Solaris

XMLWordPrintable

    • b54
    • solaris

        Magnus reports that his JPRT builds on Solaris randomly fails. The failures look like the typical problem of over allocating resources on Solaris. This time it seems like it's too many instances of javadoc that overloads the machine.

        My suggested fix is to use the JAVA_SMALL flags for all javadoc invocations except the main one for the core apis. The main invocation is big and needs a big jvm configuration. All the rest are comparably very small and should be fine with a small configuration. Preliminary testing on my local linux machine shows no performance regression from this change.

              erikj Erik Joelsson
              erikj Erik Joelsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: