--- old/test/jdk/jdk/incubator/vector/ByteMaxVectorTests.java 2019-04-09 12:09:52.291600400 -0700 +++ new/test/jdk/jdk/incubator/vector/ByteMaxVectorTests.java 2019-04-09 12:09:51.496372300 -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,10 +47,8 @@ @Test public class ByteMaxVectorTests extends AbstractVectorTest { - static final Shape S_Max_BIT = getMaxBit(); - - static final ByteVector.ByteSpecies SPECIES = - ByteVector.species(S_Max_BIT); + static final Species SPECIES = + ByteVector.SPECIES_MAX; static final int INVOC_COUNT = Integer.getInteger("jdk.incubator.vector.test.loop-iterations", 100);