Convert jdk.compiler javac to use the Classfile API for reading and writing classes

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Rejected
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      ```bash
       jdk.compiler$ find ./ -type f -name '*.java' | xargs grep -w -l 'com.sun.tools.classfile'
      ```
      Here's the list:
      jdk/src/jdk.compiler/share/classes/com/sun/tools/javac/code/TargetType.java
      jdk/src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java

      All the usage of 'com.sun.tools.classfile' are in comments

            Assignee:
            Unassigned
            Reporter:
            Adam Sotona
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: