RFR: 8302661: Parallel: Remove PSVirtualSpace::is_aligned

Stefan Karlsson stefank at openjdk.org
Thu Feb 16 20:21:24 UTC 2023


On Thu, 16 Feb 2023 14:06:22 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Simple removing redundant code.

I propose that you completely remove these is_aligned helper functions and replace their usages with:

is_aligned(value, _alignment)

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

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


More information about the hotspot-gc-dev mailing list