RFR: 8305670: Performance regression in LockSupport.unpark with lots of idle threads [v3]

Daniel D. Daugherty dcubed at openjdk.org
Wed May 3 21:55:24 UTC 2023


On Fri, 21 Apr 2023 04:15:06 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use optimized logic in Unsafe_Unpark() instead of cv_internal_thread_to_JavaThread().
>
> Unpark changes look good. :) Thanks.

@dholmes-ora - Please re-review this PR now that two pieces have been refactored
out into JDK-8307067 and JDK-830-7068.

@robehn - Any chance you are around for a re-review?
@coleenp - Any chance you can review this part since you already reviewed JDK-8307067?
@apangin - You looked at this fix when it was part of https://github.com/openjdk/jdk/pull/13519. Any chance you can take another look?

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

PR Comment: https://git.openjdk.org/jdk/pull/13519#issuecomment-1533801788


More information about the hotspot-runtime-dev mailing list