RFR: 8314502: Change the comparator taking version of GrowableArray::find to be a template method [v6]

Afshin Zafari azafari at openjdk.org
Fri Oct 20 08:39:42 UTC 2023


On Thu, 28 Sep 2023 09:49:05 GMT, Afshin Zafari <azafari at openjdk.org> wrote:

>> The `find` method now is 
>> ```C++
>> template<typename T>
>> int find(T* token, bool f(T*, E)) const {
>> ...
>> 
>> Any other functions which use this are also changed.
>> Local linux-x64-debug hotspot:tier1 passed. Mach5 tier1 build on linux and Windows passed.
>
> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
> 
>   first arg of `find` casted to `uint*`

@dholmes-ora, any more comments?

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

PR Comment: https://git.openjdk.org/jdk/pull/15418#issuecomment-1772316760


More information about the serviceability-dev mailing list