On Thu, 27 Oct 2022 09:29:52 GMT, Jatin Bhateja <jbhat...@openjdk.org> wrote:
>> vpaprotsk has updated the pull request incrementally with one additional >> commit since the last revision: >> >> extra whitespace character > > src/hotspot/cpu/x86/stubGenerator_x86_64.cpp line 2040: > >> 2038: >> 2039: address StubGenerator::generate_poly1305_processBlocks() { >> 2040: __ align64(); > > This can be replaced by __ align(CodeEntryAlignment); done ------------- PR: https://git.openjdk.org/jdk/pull/10582