Integrated: 8314502: Change the comparator taking version of GrowableArray::find to be a template method

Afshin Zafari azafari at openjdk.org
Thu Nov 23 22:20:21 UTC 2023


On Thu, 24 Aug 2023 14:09:46 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.

This pull request has now been integrated.

Changeset: 14557e72
Author:    Afshin Zafari <azafari at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/14557e72ef55c6161a3fa0c1960f7be618a34bf1
Stats:     155 lines in 13 files changed: 98 ins; 32 del; 25 mod

8314502: Change the comparator taking version of GrowableArray::find to be a template method

Reviewed-by: jsjolen, sspitsyn, stefank

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

PR: https://git.openjdk.org/jdk/pull/15418


More information about the serviceability-dev mailing list