RFR: 8325467: Support methods with many arguments in C2 [v4]
Vladimir Kozlov
kvn at openjdk.org
Wed Sep 4 16:12:22 UTC 2024
On Wed, 4 Sep 2024 09:01:40 GMT, Daniel Lundén <dlunden at openjdk.org> wrote:
> is there some particular case where RM_SIZE on aarch64 is an issue?
Both `register_aarch64.hpp` and `register_x86.hpp` (64-bits) specify `number_of_registers = 32`. So why `RM_SIZE` is different?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20404#issuecomment-2329471593
More information about the hotspot-compiler-dev
mailing list