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

   NetBeans Notes:
   - Use Deque/ArrayDeque instead of Stack, the Deque interface should be used 
in preference to the legacy Stack class, it will give better performance and it 
is already used in synchronized blocks so there is no need for the thread-safe 
Stack/Vector class.
   - Increase default RequestProcessor throughput from 50 to 55.
   
   Testing:
   - Full build done
   - Verify successful execution of libraries and licenses Ant test
   - Verify successful execution of unit tests for module 
`platform.openide.util`
   - Verify successful execution of sigtests
   - Verify successful execution of commit-validation
   - Worked normally with various projects.


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

Reply via email to