On Thu, 24 Aug 2023 14:09:46 GMT, Afshin Zafari <azaf...@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 <azaf...@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