Skip to content

Commit 16d621c

Browse files
update
1 parent bc57a7b commit 16d621c

31 files changed

Lines changed: 31 additions & 31 deletions

test/jdk/jdk/incubator/vector/Byte128VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
65656565
}
65666566

65676567
@Test(dataProvider = "maskLongProvider")
6568-
static void maskfromToLongByte128VectorTests(IntFunction<long[]> fa) {
6568+
static void maskFromToLongByte128VectorTests(IntFunction<long[]> fa) {
65696569
long[] a = fa.apply(SPECIES.length());
65706570
long[] r = new long[a.length];
65716571

test/jdk/jdk/incubator/vector/Byte256VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
65656565
}
65666566

65676567
@Test(dataProvider = "maskLongProvider")
6568-
static void maskfromToLongByte256VectorTests(IntFunction<long[]> fa) {
6568+
static void maskFromToLongByte256VectorTests(IntFunction<long[]> fa) {
65696569
long[] a = fa.apply(SPECIES.length());
65706570
long[] r = new long[a.length];
65716571

test/jdk/jdk/incubator/vector/Byte512VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
65656565
}
65666566

65676567
@Test(dataProvider = "maskLongProvider")
6568-
static void maskfromToLongByte512VectorTests(IntFunction<long[]> fa) {
6568+
static void maskFromToLongByte512VectorTests(IntFunction<long[]> fa) {
65696569
long[] a = fa.apply(SPECIES.length());
65706570
long[] r = new long[a.length];
65716571

test/jdk/jdk/incubator/vector/Byte64VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
65656565
}
65666566

65676567
@Test(dataProvider = "maskLongProvider")
6568-
static void maskfromToLongByte64VectorTests(IntFunction<long[]> fa) {
6568+
static void maskFromToLongByte64VectorTests(IntFunction<long[]> fa) {
65696569
long[] a = fa.apply(SPECIES.length());
65706570
long[] r = new long[a.length];
65716571

test/jdk/jdk/incubator/vector/ByteMaxVectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6570,7 +6570,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
65706570
}
65716571

65726572
@Test(dataProvider = "maskLongProvider")
6573-
static void maskfromToLongByteMaxVectorTests(IntFunction<long[]> fa) {
6573+
static void maskFromToLongByteMaxVectorTests(IntFunction<long[]> fa) {
65746574
long[] a = fa.apply(SPECIES.length());
65756575
long[] r = new long[a.length];
65766576

test/jdk/jdk/incubator/vector/Double128VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4981,7 +4981,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
49814981
}
49824982

49834983
@Test(dataProvider = "maskLongProvider")
4984-
static void maskfromToLongDouble128VectorTests(IntFunction<long[]> fa) {
4984+
static void maskFromToLongDouble128VectorTests(IntFunction<long[]> fa) {
49854985
long[] a = fa.apply(SPECIES.length());
49864986
long[] r = new long[a.length];
49874987

test/jdk/jdk/incubator/vector/Double256VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4981,7 +4981,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
49814981
}
49824982

49834983
@Test(dataProvider = "maskLongProvider")
4984-
static void maskfromToLongDouble256VectorTests(IntFunction<long[]> fa) {
4984+
static void maskFromToLongDouble256VectorTests(IntFunction<long[]> fa) {
49854985
long[] a = fa.apply(SPECIES.length());
49864986
long[] r = new long[a.length];
49874987

test/jdk/jdk/incubator/vector/Double512VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4981,7 +4981,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
49814981
}
49824982

49834983
@Test(dataProvider = "maskLongProvider")
4984-
static void maskfromToLongDouble512VectorTests(IntFunction<long[]> fa) {
4984+
static void maskFromToLongDouble512VectorTests(IntFunction<long[]> fa) {
49854985
long[] a = fa.apply(SPECIES.length());
49864986
long[] r = new long[a.length];
49874987

test/jdk/jdk/incubator/vector/Double64VectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4981,7 +4981,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
49814981
}
49824982

49834983
@Test(dataProvider = "maskLongProvider")
4984-
static void maskfromToLongDouble64VectorTests(IntFunction<long[]> fa) {
4984+
static void maskFromToLongDouble64VectorTests(IntFunction<long[]> fa) {
49854985
long[] a = fa.apply(SPECIES.length());
49864986
long[] r = new long[a.length];
49874987

test/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4986,7 +4986,7 @@ static void assertArraysEquals(long[] r, long[] a, long bits) {
49864986
}
49874987

49884988
@Test(dataProvider = "maskLongProvider")
4989-
static void maskfromToLongDoubleMaxVectorTests(IntFunction<long[]> fa) {
4989+
static void maskFromToLongDoubleMaxVectorTests(IntFunction<long[]> fa) {
49904990
long[] a = fa.apply(SPECIES.length());
49914991
long[] r = new long[a.length];
49924992

0 commit comments

Comments
 (0)