RFR: 8355711: Fix incorrect overflow check in RawBytecodeStream::raw_next
Johan Sjölen
jsjolen at openjdk.org
Mon Apr 28 14:16:51 UTC 2025
On Mon, 28 Apr 2025 14:01:37 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> Or you can use `java_add` which may be easier to reason about.
I'd rather not :P. The problem with seeing `java_add` or `jint` is that they typically mean that we do some sort of computation for Java, which is not the point here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24920#issuecomment-2835399435
More information about the hotspot-runtime-dev
mailing list