RFR: 8287396 LIR_Opr::vreg_number() and data() can return negative number [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Sat May 28 02:59:28 UTC 2022
On Sat, 28 May 2022 02:21:35 GMT, Dean Long <dlong at openjdk.org> wrote:
>> This PR does two things:
>> - reverts the incorrect change to non_data_bits that included pointer_bits
>> - treats the data() as an unsigned int to prevent a high bit being treated as a negative number
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
>
> set vreg_max to a more reasonable limit (10000)
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8912
More information about the hotspot-compiler-dev
mailing list