CommandLineUtils is incompatible with JDK 21
cushon opened this issue · 0 comments
cushon commented
annotation-file-utilities/src/main/java/org/checkerframework/afu/scenelib/util/CommandLineUtils.java
imports com.sun.tools.javac.main.CommandLine
:
That internal javac API is being renamed in JDK 21, to jdk.internal.opt/jdk.internal.opt.CommandLine
The upstream change is