You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/24 07:32:00 UTC

[GitHub] [netbeans] mbien commented on pull request #4130: Avoid dependency on ReferenceQueue internals

mbien commented on PR #4130:
URL: https://github.com/apache/netbeans/pull/4130#issuecomment-1135513737

   I ran some manual tests and verified that:
   - NB 14rc4 has a thread pinned at 100% when running on JDK 19 b23 (which will most likely also cause other issues)
   - master with this PR applied does not have the issue, so it appears to be fixed (as expected)
   
   Since there will be another RC, I believe this could be a potential candidate for inclusion (it isn't based on delivery yet).
   I believe its good to have a "best effort" buffer of one upstream JDK release even though it can't be supported (since it isn't released), so that we can upgrade to "it might work on JDK 19" from "it doesn't work".
   
   If we decide to not include it, we should add a short note to the download page that there are already known issues on JDK 19 due to impl changes caused by loom updates. Users would have to use nightly builds of NB 15.
   
   @ebarboni @neilcsmith-net @matthiasblaesing @vieiro @jtulach what does the high council of NetBeaners think?


-- 
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