RFR: 8355711: Fix incorrect overflow check in RawBytecodeStream::raw_next [v2]
Johan Sjölen
jsjolen at openjdk.org
Wed Apr 30 09:43:25 UTC 2025
On Tue, 29 Apr 2025 22:57:22 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Hm, that seems right. Then the integer overflow check never did anything at all, anyway, right?
>
> It looks that way. In a product build it seems to get completely optimized out. Unless I'm missing something, it should be safe to remove.
Good, I agree. Let's remove it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24920#discussion_r2068317397
More information about the hotspot-runtime-dev
mailing list