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

David Holmes david.holmes at oracle.com
Wed Jul 14 01:40:57 UTC 2021


On 14/07/2021 11:32 am, Xin Liu wrote:
> 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.

I think it is cleaner as-is.

Testing tiers 1-3 passed with no problems, so I think this can be 
integrated now.

Thanks,
David

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


More information about the hotspot-runtime-dev mailing list