RFR: 8287373: remove unnecessary paddings in generated code [v2]

Boris Ulasevich bulasevich at openjdk.java.net
Thu Jun 9 14:45:42 UTC 2022


On Thu, 9 Jun 2022 10:26:51 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:

>> Boris Ulasevich has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   cleanup and comments
>
> src/hotspot/share/jvmci/jvmciCodeInstaller.cpp line 668:
> 
>> 666:   assert((CodeBuffer::SECT_INSTS == CodeBuffer::SECT_STUBS - 1) &&
>> 667:          (CodeBuffer::SECT_CONSTS == CodeBuffer::SECT_INSTS - 1), "sections order: consts, insts, stubs");
>> 668:   // buffer content: [contants + code_align] + [code + stubs_align] + [stubs]
> 
> A typo in '[contants'. Should be '[constants'

thanks

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

PR: https://git.openjdk.org/jdk/pull/8453


More information about the hotspot-dev mailing list