[jdk17] RFR: 8269865: Async UL needs to handle ERANGE on exceeding SEM_VALUE_MAX [v7]

Xin Liu xliu at openjdk.java.net
Wed Jul 14 01:32:10 UTC 2021


On Wed, 14 Jul 2021 01:18:17 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:

>  The only small suggestion is that you could do the pop_all() and _stats.iterate when coming out of wait() since you are already holding the monitor, and then pass the logs to write(). Either way is fine though.

Thanks for reviewing.  I see what you mean. I take a note on that. yes, we may gain something if we merge two critical areas. 
I will take it as a follow-up.

-------------

PR: https://git.openjdk.java.net/jdk17/pull/216


More information about the hotspot-runtime-dev mailing list