You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "neilcsmith-net (via GitHub)" <gi...@apache.org> on 2023/05/02 15:02:16 UTC

[GitHub] [netbeans] neilcsmith-net commented on issue #5878: ActiveReferenceQueue floors processor

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists