-
Bug
-
Resolution: Fixed
-
P3
-
11, 13, 14, 15, 16, 17
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8294392 | 17.0.6-oracle | Adam Sotona | P3 | Resolved | Fixed | b01 |
JDK-8294005 | 17.0.6 | Yuri Nesterenko | P3 | Resolved | Fixed | b01 |
JDK-8294009 | 15.0.9 | Yuri Nesterenko | P3 | Resolved | Fixed | b04 |
JDK-8294050 | 13.0.13 | Yuri Nesterenko | P3 | Resolved | Fixed | b04 |
JDK-8294391 | 11.0.18-oracle | Adam Sotona | P3 | Resolved | Fixed | b02 |
JDK-8294108 | 11.0.18 | Yuri Nesterenko | P3 | Resolved | Fixed | b01 |
$ cat LinkAnno.java
/** {@link #equals(@Deprecated Object)} */
class LinkAnno {
}
$ javac -fullversion -Xdoclint LinkAnno.java
javac full version "16-ea+34-2216"
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.AssertionError
at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
at jdk.compiler/com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
at jdk.compiler/com.sun.tools.javac.comp.Annotate.fromAnnotations(Annotate.java:167)
at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1046)
at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:5056)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:5002)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1344)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:973)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:317)
at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:176)
at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:64)
at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:50)
- backported by
-
JDK-8294005 AssertionError in Annotate.fromAnnotations with -Xdoclint
- Resolved
-
JDK-8294009 AssertionError in Annotate.fromAnnotations with -Xdoclint
- Resolved
-
JDK-8294050 AssertionError in Annotate.fromAnnotations with -Xdoclint
- Resolved
-
JDK-8294108 AssertionError in Annotate.fromAnnotations with -Xdoclint
- Resolved
-
JDK-8294391 AssertionError in Annotate.fromAnnotations with -Xdoclint
- Resolved
-
JDK-8294392 AssertionError in Annotate.fromAnnotations with -Xdoclint
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/9ae65e8d
-
Commit openjdk/jdk13u-dev/a0d9cc2d
-
Commit openjdk/jdk15u-dev/7647ac53
-
Commit openjdk/jdk17u-dev/ba6898b9
-
Commit openjdk/jdk/0b8a0e2b
-
Review openjdk/jdk11u-dev/1363
-
Review openjdk/jdk13u-dev/410
-
Review openjdk/jdk15u-dev/282
-
Review openjdk/jdk17u-dev/675
-
Review openjdk/jdk/4483