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

Quan Anh Mai qamai at openjdk.org
Sun Apr 23 19:58:50 UTC 2023


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.

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

Commit messages:
 - mistakes
 - Merge branch 'master' into fixformatcrash
 - fix print assembly

Changes: https://git.openjdk.org/jdk/pull/13603/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13603&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8304676
  Stats: 26 lines in 1 file changed: 20 ins; 2 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/13603.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13603/head:pull/13603

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


More information about the hotspot-compiler-dev mailing list