RFR: 8337217: Port VirtualMemoryTracker to use VMATree

Gerard Ziemski gziemski at openjdk.org
Fri Nov 8 10:51:40 UTC 2024


On Mon, 26 Aug 2024 11:03:25 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> It's tedious to have to write return true; if you never return false; in the function. I looked into fixing this with some metaprogramming, and I found two C++14 solutions and one C++17 one. Here's the Godbolt

I'd like the lambdas without `return true` if possible, pretty please.

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

PR Comment: https://git.openjdk.org/jdk/pull/20425#issuecomment-2316187388


More information about the core-libs-dev mailing list