--- old/test/jdk/jdk/incubator/vector/Byte128VectorLoadStoreTests.java 2019-04-09 12:09:02.464004500 -0700 +++ new/test/jdk/jdk/incubator/vector/Byte128VectorLoadStoreTests.java 2019-04-09 12:09:01.730614400 -0700 @@ -29,6 +29,7 @@ */ import jdk.incubator.vector.Vector.Shape; +import jdk.incubator.vector.Vector.Species; import jdk.incubator.vector.Vector; import jdk.incubator.vector.ByteVector; @@ -44,8 +45,8 @@ @Test public class Byte128VectorLoadStoreTests 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", 10);