RFR: 8314502: Change the comparator taking version of GrowableArray::find to be a template method [v12]
Stefan Karlsson
stefank at openjdk.org
Thu Nov 23 16:20:14 UTC 2023
On Thu, 23 Nov 2023 16:11:32 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 two additional commits since the last revision:
>
> - Merge remote-tracking branch 'upstream/pr/15418' into pr_15418
> - Suggested cleanups and tests
Marked as reviewed by stefank (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15418#pullrequestreview-1746766388
More information about the serviceability-dev
mailing list