RFR: 8331549: Inline MemAllocator::mem_allocate_slow

Albert Mingkun Yang ayang at openjdk.org
Thu May 2 09:16:13 UTC 2024


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.

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

Commit messages:
 - inline-slow

Changes: https://git.openjdk.org/jdk/pull/19051/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19051&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8331549
  Stats: 15 lines in 2 files changed: 0 ins; 7 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/19051.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19051/head:pull/19051

PR: https://git.openjdk.org/jdk/pull/19051


More information about the hotspot-gc-dev mailing list