RFR: JDK-8304884: Update Bytecodes data to be mostly compile time constants
Justin King
jcking at openjdk.org
Fri Mar 24 17:59:18 UTC 2023
On Fri, 24 Mar 2023 17:17:53 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Not a review, but I want to point out that Bytecodes::_flags is declared as a jchar and defined as an unsigned short, might probably be helpful and less confusing to make it an unsigned short in both places. No comment on the other changes
Switched to `jchar`in both places.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13179#issuecomment-1483197115
More information about the hotspot-runtime-dev
mailing list