-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b54
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8081888 | emb-9 | Erik Joelsson | P4 | Resolved | Fixed | b54 |
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.
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.
- backported by
-
JDK-8081888 Random build failures in javadoc on Solaris
-
- Resolved
-