-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain compilation errors cause internal error in Andy #170
Comments
This causes an exception within the compiler:
|
It is very likely a compiler bug. Minimum working example:
It triggers if a processor is added to the compilation task (even if this processor does nothing). |
Hi, since I'm at Oracle it's probably most streamlined if I take over the bug reporting process. Will comment on this issues with any updates. Feel free to assign the ticket to me. |
Thanks! |
I’ve filed a bug report via the external form, since we’re not sure if I’m allowed to file to JBS directly as a non-author although I have permission to do so. I expect we’ll get an update in the coming days or weeks. |
Issue is on JBS: https://bugs.openjdk.org/browse/JDK-8351260 |
Someone got assigned to it; seems like the aim is to fix it for 25 (LTS, scheduled for September). If we're lucky we will get backports for older versions of OpenJDK (and thus Coretto benefits from this too), but I wouldn't count on it. |
Some compilation errors can cause an internal error in Andy where Andy does not report the problem as a compilation error but as a missing RunConfiguration. For example:
(there is an extra
<
and there should not beint
beforevalue
)The text was updated successfully, but these errors were encountered: