RFR: 8287396 LIR_Opr::vreg_number() and data() can return negative number [v2]

Christian Hagedorn chagedorn at openjdk.java.net
Wed Jun 1 09:27:34 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)

Thanks Dean for evaluating the performance. Then I think it's good to go in.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8912


More information about the hotspot-compiler-dev mailing list