RFR: 8335925: Serial: Move allocation API from Generation to subclasses
Albert Mingkun Yang
ayang at openjdk.org
Mon Jul 15 12:32:14 UTC 2024
On Mon, 8 Jul 2024 20:00:31 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Trivial moving methods from parent class to subclasses. The unused second arg is also removed along the way. The API names are descriptive enough so that the accompanying comments are dropped as well.
Added doc for those public APIs in subclasses. Also identified that old-gen doesn't need lock-free allocation and removed that API.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20084#issuecomment-2228390443
More information about the hotspot-gc-dev
mailing list