RFR: 8265244: assert(false) failed: bad AD file

Wang Huang whuang at openjdk.java.net
Thu Apr 15 03:04:44 UTC 2021


* aarch64 can only accept `VectorReinterpret` with 64/128 bits.
* I will fix this bug by adding a rule for `VectorReinterpret` in `match_rule_supported_vector`
* after changing note with @nsjian and @XiaohongGong , I think that two checks in `inline_vector_conver` is useless now. However, these checks impact other cpus, so I need more reviewers.

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

Commit messages:
 - 8265244: assert(false) failed: bad AD file

Changes: https://git.openjdk.java.net/jdk/pull/3507/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3507&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8265244
  Stats: 82 lines in 3 files changed: 80 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3507.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3507/head:pull/3507

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


More information about the hotspot-compiler-dev mailing list