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

Split javac ClassReader into ClassReader+ClassFinder

XMLWordPrintable

    • b15
    • Verified

      We should move the work to locate class definitions out of ClassReader into a new class ClassFinder. This will be responsible for processing paths, determining which of any cacndidate JavaFileObjects to use, etc, leaving ClassReader to focus on the specific task of reading .class files.

      This will make it easier to update ClassFinder with new policies as required by -platform, Jigsaw and sjavac, etc.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: