Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8294957 Consolidate JDK class files parsing, generating, and transforming (umbrella)
  3. JDK-8294975

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

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • 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

            Unassigned Unassigned
            asotona Adam Sotona
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: