RFR: 8287396 LIR_Opr::vreg_number() and data() can return negative number [v2]
Christian Hagedorn
chagedorn at openjdk.java.net
Mon May 30 07:47:44 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)
That looks more reasonable, thanks for fixing it! Have you also run some additional performance testing?
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8912
More information about the hotspot-compiler-dev
mailing list