RFR: 8304676: [vectorapi] x86_32: Crash in Assembler::kmovql(Address, KRegister)

Quan Anh Mai qamai at openjdk.org
Mon Apr 24 18:08:04 UTC 2023


On Mon, 24 Apr 2023 08:43:32 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Hi,
>> 
>> Can I have reviews for this patch which fixes crashes during PrintOptoAssembly of KRegister spilling code. The reason is that we miss the check for nullptr cbuf.
>> 
>> Thanks a lot.
>
> This looks fine, and it matches what the surrounding code does when `cbuf` is `nullptr`.

@shipilev @TobiHartmann @jatin-bhateja Thanks a lot for your reviews, I will integrate the patch

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

PR Comment: https://git.openjdk.org/jdk/pull/13603#issuecomment-1520592693


More information about the hotspot-compiler-dev mailing list