RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API
Nizar Benalla
nbenalla at openjdk.org
Tue Apr 8 13:08:24 UTC 2025
On Tue, 25 Mar 2025 00:39:17 GMT, Chen Liang <liach at openjdk.org> wrote:
> Migrates the CreateSymbols tool to use the ClassFile API, away from com.sun.tools.classfile.
>
> Need the boot jdk `--with-boot-jdk=` to be 24; thus a draft for now; but this is open to reviews.
>
> Together with #24206, the old com.sun.tools.classfile can be removed from the JDK.
I compared the results with baseline a few times and they seem identical.
I checked out the JDK repo at an earlier point and followed the same steps I used to create https://github.com/openjdk/jdk/pull/22867 and the result was identical.
Great work!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24212#issuecomment-2786377026
More information about the compiler-dev
mailing list