--- old/test/jdk/jdk/incubator/vector/Byte128VectorTests.java 2019-04-09 12:09:07.734082500 -0700 +++ new/test/jdk/jdk/incubator/vector/Byte128VectorTests.java 2019-04-09 12:09:07.031104600 -0700 @@ -28,6 +28,7 @@ */ import jdk.incubator.vector.Vector.Shape; +import jdk.incubator.vector.Vector.Species; import jdk.incubator.vector.Vector; import jdk.incubator.vector.ByteVector; @@ -46,8 +47,8 @@ @Test public class Byte128VectorTests extends AbstractVectorTest { - static final ByteVector.ByteSpecies SPECIES = - ByteVector.species(Shape.S_128_BIT); + static final Species SPECIES = + ByteVector.SPECIES_128; static final int INVOC_COUNT = Integer.getInteger("jdk.incubator.vector.test.loop-iterations", 100);