RFR: 8256956: RegisterImpl::max_slots_per_register is incorrect on AMD64
Tobias Hartmann
thartmann at openjdk.java.net
Tue Nov 24 17:46:56 UTC 2020
On Tue, 24 Nov 2020 17:37:26 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Just wondering, is that value even used? I did a quick search and couldn't find any usages.
>
>> Just wondering, is that value even used? I did a quick search and couldn't find any usages.
>
> When I grep for `ConcreteRegisterImpl::number_of_registers`, it seems to have quite a few hits in x86 and shared code.
Indeed. I've searched for the wrong value.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1413
More information about the hotspot-compiler-dev
mailing list