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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • None
    • 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.

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

                Created:
                Updated:
                Resolved: