RFR: 8333641: Serial: Remove Generation::supports_tlab_allocation

Albert Mingkun Yang ayang at openjdk.org
Wed Jun 5 10:06:18 UTC 2024


Trivial removing useless generation-level API. It was probably useful when there are a list of generations which have diff support for tlab. Now that we have only two generations, this API can be inlined/hardcoded to simplify the flow.

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

Commit messages:
 - s1-remove-tlab

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

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


More information about the hotspot-gc-dev mailing list