RFR: 8331549: Inline MemAllocator::mem_allocate_slow

Albert Mingkun Yang ayang at openjdk.org
Thu May 2 09:30:51 UTC 2024


On Thu, 2 May 2024 09:10:34 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Trivial inlining a method. (The diff looks larger than its real size.) The resulting logic is much cleaner, IMO -- try tlab-fast, then tlab-slow, finally outside of tlab.

`mem_allocate_inside_tlab` was removed in https://bugs.openjdk.org/browse/JDK-8331410

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

PR Comment: https://git.openjdk.org/jdk/pull/19051#issuecomment-2090007928


More information about the hotspot-gc-dev mailing list