On Fri, 18 Sep 2020 20:40:42 GMT, Daniel D. Daugherty <dcu...@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

Reply via email to