RFR: 8256956: RegisterImpl::max_slots_per_register is incorrect on AMD64

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 24 17:39:54 UTC 2020


On Tue, 24 Nov 2020 17:05:19 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> 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.

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

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


More information about the hotspot-compiler-dev mailing list