mbien commented on issue #6335: URL: https://github.com/apache/netbeans/issues/6335#issuecomment-1676627794
We have many reports like this, I looked through them a few days ago and wasn't able to come up with a reproducer unfortunately. There is an old and closed JDK bug: https://bugs.openjdk.org/browse/JDK-8274626 And a curious case of a user posting a gradle stack trace at https://github.com/apache/netbeans/issues/3725#issuecomment-1657299246 and is reporting that he could fix it by updating from JDK 17.0.2 to 17.0.8. This is interesting since this might indicate that updating javac mitigates this issue. If we would have a reproducer, we could easily test this by uninstalling nb-javac and running on the latest update release of the JDK, or using master which should have a fairly recent javac build (JDK 21+26). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
