RFR: 8285733: [s390] Vector Instruction Emitters for element-wise access are broken

Lutz Schmidt lucy at openjdk.java.net
Wed May 4 14:51:07 UTC 2022


Please review this rather simple pull request. It fixes some vector instruction emitters. The bugs had gone unnoticed so far because the emitters had not been used. Therefore, the fix bears no risk.

Testing was performed with new code currently under development.

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

Commit messages:
 - 8285733: [s390] Vector Instruction Emitters for element-wise access are broken

Changes: https://git.openjdk.java.net/jdk/pull/8537/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8537&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8285733
  Stats: 20 lines in 1 file changed: 1 ins; 0 del; 19 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8537.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8537/head:pull/8537

PR: https://git.openjdk.java.net/jdk/pull/8537


More information about the hotspot-compiler-dev mailing list