neilcsmith-net commented on issue #5878: URL: https://github.com/apache/netbeans/issues/5878#issuecomment-1531638105
> where do you see this performance issue? in NB 18rc or in 12.1? As far as I can tell, there are two bugs in play here. I believe the application being built is based on 12.1, so why the infinite loop happens, and was fixed in 4130. But even building the example against the current platform leads to multiple queues being created that are never cleared up. Setting `javac.fork=true` in the project properties of the individual module seems to stop most of the additional queues being created in the JVM of the IDE, except for the parsing one. I think this is caused by use of a weak file listener in the annotation processor, along with some classloading tricks going on. -- 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
