Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API

2025-04-09 Thread Archie Cobbs
On Tue, 25 Mar 2025 00:39:17 GMT, Chen Liang 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.su

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API [v2]

2025-04-09 Thread Chen Liang
On Tue, 8 Apr 2025 20:33:33 GMT, Chen Liang 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

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API [v2]

2025-04-09 Thread Jan Lahoda
On Tue, 8 Apr 2025 20:33:33 GMT, Chen Liang 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

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API [v2]

2025-04-09 Thread Magnus Ihse Bursie
On Tue, 8 Apr 2025 20:33:33 GMT, Chen Liang 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

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API [v2]

2025-04-08 Thread Chen Liang
> 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. Che

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API

2025-04-08 Thread Chen Liang
On Tue, 25 Mar 2025 00:39:17 GMT, Chen Liang 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.su

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API

2025-04-08 Thread Nizar Benalla
On Tue, 25 Mar 2025 00:39:17 GMT, Chen Liang 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.su

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API

2025-04-07 Thread Chen Liang
On Tue, 25 Mar 2025 00:39:17 GMT, Chen Liang 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.su

Re: RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API

2025-04-07 Thread Chen Liang
On Tue, 25 Mar 2025 00:39:17 GMT, Chen Liang 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.su

RFR: 8310310: Migrate CreateSymbols tool in make/langtools to Classfile API

2025-04-07 Thread Chen Liang
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. - Comm