RFR: 8238761: Asynchronous handshakes [v3]
Robbin Ehn
rehn at openjdk.java.net
Mon Sep 21 08:41:57 UTC 2020
On Fri, 18 Sep 2020 20:40:42 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removed double check, fix comment, removed not needed function, updated logs
>
> src/hotspot/share/utilities/filterQueue.inline.hpp line 35:
>
>> 33: FilterQueueNode* head;
>> 34: FilterQueueNode* insnode = new FilterQueueNode(data);
>> 35: SpinYield yield(SpinYield::default_spin_limit * 10); // Very unlikely with mutiple failed CAS.
>
> Typo - s/mutiple/multiple/
Fixed
> src/hotspot/share/utilities/filterQueue.inline.hpp line 76:
>
>> 74: return (E)NULL;
>> 75: }
>> 76: SpinYield yield(SpinYield::default_spin_limit * 10); // Very unlikely with mutiple failed CAS.
>
> typo - s/mutiple/multiple/
Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/151
More information about the hotspot-runtime-dev
mailing list