On Fri, 20 Dec 2024 21:34:58 GMT, Dean Long <dl...@openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Restore ACC in comment. > > src/hotspot/share/oops/method.cpp line 1655: > >> 1653: return; >> 1654: } >> 1655: jshort flags = >> checked_cast<jshort>(access_flags().as_unsigned_short()); > > Can we cleanup the intrinsics code next, to stop using jshort for flags? I was going to file a new issue but this is really easy to fix, so I added this fix to this change. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22246#discussion_r1900852859