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

Additional files - 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
    • core-svc
    • b64
    • Not verified

      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:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: