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/28 06:29:48 UTC

[GitHub] [netbeans] jtulach opened a new pull request, #4168: Additional methods into knownBLockingMethods to match classes of JDK-11

jtulach opened a new pull request, #4168:
URL: https://github.com/apache/netbeans/pull/4168

   While investigating [Enso parser performance](https://www.pivotaltracker.com/n/projects/2539304/stories/182234656) I needed to filter out many idle threads. Rather than doing that manually I decided to update the `knownBLockingMethods` of NetBeans profiler.
   
   Test with sample `.npss` file attached.


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


[GitHub] [netbeans] ebarboni commented on pull request #4168: Additional methods into knownBLockingMethods to match classes of JDK-11

Posted by GitBox <gi...@apache.org>.
ebarboni commented on PR #4168:
URL: https://github.com/apache/netbeans/pull/4168#issuecomment-1141071847

   Sorry being late on this. I've recently splitted the netbeans-license job into two jobs the 
   netbeans-apisigcheck for sig test (that are always unstable)
   netbeans-license to do basicaly the rat check  verify-libs-and-licenses. so netbeans-license job should be green if we are good.
   
   the npss is not handled so far, we should handle that.


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


[GitHub] [netbeans] mbien commented on pull request #4168: Additional methods into knownBLockingMethods to match classes of JDK-11

Posted by GitBox <gi...@apache.org>.
mbien commented on PR #4168:
URL: https://github.com/apache/netbeans/pull/4168#issuecomment-1140431530

   even though it might not make a difference in practice, I believe it would be better to close that stream anyway, otherwise code scans will pick that up every time and it would add to the noise.


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


[GitHub] [netbeans] jtulach merged pull request #4168: Additional methods into knownBLockingMethods to match classes of JDK-11

Posted by GitBox <gi...@apache.org>.
jtulach merged PR #4168:
URL: https://github.com/apache/netbeans/pull/4168


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