Integrated: 8331549: Inline MemAllocator::mem_allocate_slow
Albert Mingkun Yang
ayang at openjdk.org
Thu May 2 15:06:58 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.
This pull request has now been integrated.
Changeset: 7a41a525
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7a41a525deb796396ade1456f1d0a101ac705014
Stats: 15 lines in 2 files changed: 0 ins; 7 del; 8 mod
8331549: Inline MemAllocator::mem_allocate_slow
Reviewed-by: stefank, gli
-------------
PR: https://git.openjdk.org/jdk/pull/19051
More information about the hotspot-gc-dev
mailing list