-
Bug
-
Resolution: Fixed
-
P2
-
20
-
b09
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8302039 | 17.0.8-oracle | Ravi Reddy | P2 | Resolved | Fixed | b01 |
JDK-8302534 | 17.0.7-oracle | Ravi Reddy | P2 | Closed | Fixed | b06 |
JDK-8303204 | 17.0.7 | Anton Kozlov | P2 | Resolved | Fixed | b04 |
The source works well with JDKb20-b03 but throws AssertionError with JDKb20-b04.
with JDK20-b04:
====
javac.exe --enable-preview --release 20 --enable-preview -processor TestProcTypeAlreadyExistsWarning annot02005.java
Inside TestProcTypeAlreadyExistsWarning::process com.sun.tools.javac.model.JavacElements@add0edd
SUCCESS
An exception has occurred in the compiler (20-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.check(Assert.java:46)
at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateLater$0(Annotate.java:253)
.....
With JDKb20-b03
============
javac.exe --enable-preview --release 20 --enable-preview -processor TestProcTypeAlreadyExistsWarning annot02005.java
Inside TestProcTypeAlreadyExistsWarning::process com.sun.tools.javac.model.JavacElements@1460a8c0
SUCCESS
Inside TestProcTypeAlreadyExistsWarning::process com.sun.tools.javac.model.JavacElements@1460a8c0
SUCCESS
- backported by
-
JDK-8302039 AssertionError during annotation processing of record related tests
-
- Resolved
-
-
JDK-8303204 AssertionError during annotation processing of record related tests
-
- Resolved
-
-
JDK-8302534 AssertionError during annotation processing of record related tests
-
- Closed
-
- relates to
-
JDK-8288130 compiler error with AP and explicit record accessor
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/53caaf58
-
Commit openjdk/jdk/64a1a08f
-
Review openjdk/jdk17u-dev/1181
-
Review openjdk/jdk/9570