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

Use single Context for all rounds of annotation processing

XMLWordPrintable

    • b08
    • Verified

      Currently, most of javac's services and data get cleared between annotation processing rounds. That requires re-reading all classfiles, including those that originate on boot and compile classpath. If we could reuse the ClassSymbol from the boot and compile classpath as well as the javac services across annotation processing rounds, javac performance could be improved.

      This is a fork of JDK-2206926.

            jlahoda Jan Lahoda
            jlahoda Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: