RFR: 8308231: Faster MemAllocator::Allocation checks for verify/notification [v3]

Albert Mingkun Yang ayang at openjdk.org
Tue May 23 15:10:16 UTC 2023


On Tue, 23 May 2023 08:42:43 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> the overheads of the actual calls

I was expecting the same perf, since the compiler can see everything in this scope.

After hiding checks from the this level, I see the same number of `call` instructions in `MemAllocator::allocate`, where everything is inlined into. Ofc, still needs full perf-eval.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14019#discussion_r1201929901


More information about the hotspot-gc-dev mailing list