Re: RFR: 8342679: Cleanup PreviewFeature.Feature

2024-10-21 Thread Chen Liang
On Mon, 21 Oct 2024 11:23:05 GMT, Aggelos Biboudis wrote: > After doing a build + bootcycle build confirms that these constants can be > removed. src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 67: > 65: */ > 66: public enum Feature { > 67: // not used

RFR: 8342679: Cleanup PreviewFeature.Feature

2024-10-21 Thread Aggelos Biboudis
After doing a build + bootcycle build confirms that these constants can be removed. - Commit messages: - 8342679: Cleanup PreviewFeature.Feature Changes: https://git.openjdk.org/jdk/pull/21605/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21605&range=00 Issue: https://