RFR: 8293976: Use unsigned integers in Assembler/CodeBuffer::emit_int*
Jatin Bhateja
jbhateja at openjdk.org
Tue Sep 20 05:45:33 UTC 2022
On Tue, 20 Sep 2022 01:02:23 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> > @jatin-bhateja Thanks for taking a look, those redundant casts do not have any drawbacks so I think existing usages could stay as they are.
>
> Fine.
Only drawback is that someone may still accidently add more casts on finding some occurrences of redundant casts in that file. So ideally you can remove redundancies with your new code changes.
-------------
PR: https://git.openjdk.org/jdk/pull/10325
More information about the hotspot-compiler-dev
mailing list