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

Cleanup synthetic JCCompilationUnit for html files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • tools
    • 9
    • b107
    • generic
    • generic
    • Verified

      A synthetic JCCompilationUnit (jcu) is created for html files that javac never parses. The html files are those that exists in the API docs as overview.html or package.html. The synthetic jcu relies on Javac's Enter phase to initialize it, this is not desirable and does not scale to jigsaw. A better option is initializing the jcu with all the desired fields.

            ksrini Kumar Srinivasan
            ksrini Kumar Srinivasan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: