hg: panama/dev: Add a test that currently only reports if a non-abstract method
paul.sandoz at oracle.com
paul.sandoz at oracle.com
Wed May 16 23:14:53 UTC 2018
Changeset: 7b455dda2694
Author: psandoz
Date: 2018-05-16 16:09 -0700
URL: http://hg.openjdk.java.net/panama/dev/rev/7b455dda2694
Add a test that currently only reports if a non-abstract method
on primitive vector or species class is:
1) overridden by a method on a concrete implementation; or
2) is not overridden on a concrete implementation.
The first case implies the method can be abstract, the
second case may imply a missing intrinsic or is non-optimal
for the primtive type and shape.
+ test/jdk/jdk/incubator/vector/MethodOverideTest.java
More information about the panama-dev
mailing list