10 May
2021
10 May
'21
9:37 p.m.
On Mon, 10 May 2021 21:05:02 GMT, Vladimir Ivanov <vlivanov@openjdk.org> wrote:
Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
Rename method.
src/hotspot/cpu/aarch64/aarch64.ad line 2440:
2438: } 2439: 2440: bool Matcher::supports_unsigned_vector_comparison(int vlen, BasicType bt) {
`Matcher::supports_vector_comparison_unsigned()` looks a better fit.
I renamed the method (see commit). ------------- PR: https://git.openjdk.java.net/jdk/pull/3803