RFR: 8291003: ARM32: constant_table.size assertion
Boris Ulasevich
bulasevich at openjdk.org
Thu Jul 28 15:13:48 UTC 2022
On Thu, 28 Jul 2022 14:09:02 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> This is equivalent to the following, right?
Yes. I like your change in codeBuffer.hpp. Though your change in arm.ad brings a little bit too much details. And mine is shorter :) What do you think?
- int consts_size = __ code()->insts()->align_at_start(consts_section->size());
+ int consts_size = CodeSection::align_at_start(consts_section->size(), CodeBuffer::SECT_INSTS);
-------------
PR: https://git.openjdk.org/jdk/pull/9672
More information about the hotspot-compiler-dev
mailing list