Multi-core compilation of the jdk is prevented by auxiliary classes hidden inside java source files.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: other-libs
    • b64

        The auxiliary classes detectable by the new -Xlint:auxiliaryclass option prevent multi core compilation of the JDK using the new smart javac wrapper. The reason is that the auxiliary classes cannot be found during implicit compilation.

        Such auxiliary classes exist in the jdk repository and the corba repository.

        The fix is very simple, move the auxiliary class out to its own source file. The generated bytecode stays the same, except for the source file attribute.

              Assignee:
              Fredrik Öhrström
              Reporter:
              Fredrik Öhrström
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: