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