/openjdk7/hotspot/test/compiler/7119644/ |
H A D | TestByteDoubleVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(byt method in class:TestByteDoubleVect [all...] |
H A D | TestByteFloatVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(byt method in class:TestByteFloatVect [all...] |
H A D | TestByteIntVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(byt method in class:TestByteIntVect [all...] |
H A D | TestByteLongVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(byt method in class:TestByteLongVect [all...] |
H A D | TestByteShortVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(byt method in class:TestByteShortVect [all...] |
H A D | TestCharShortVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(cha method in class:TestCharShortVect [all...] |
H A D | TestFloatDoubleVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.f); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.f); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(floa method in class:TestFloatDoubleVect [all...] |
H A D | TestIntDoubleVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(in method in class:TestIntDoubleVect [all...] |
H A D | TestIntFloatVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(in method in class:TestIntFloatVect [all...] |
H A D | TestIntLongVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(in method in class:TestIntLongVect [all...] |
H A D | TestLongDoubleVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(lon method in class:TestLongDoubleVect [all...] |
H A D | TestLongFloatVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(lon method in class:TestLongFloatVect [all...] |
H A D | TestShortDoubleVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(shor method in class:TestShortDoubleVect [all...] |
H A D | TestShortFloatVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(shor method in class:TestShortFloatVect [all...] |
H A D | TestShortIntVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(shor method in class:TestShortIntVect [all...] |
H A D | TestShortLongVect.java | 73 test_cp_unalndst(a1, a2, b1, b2); 222 test_cp_unalndst(a1, a2, b1, b2); 224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1); 225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1); 228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123); 229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123); 318 test_cp_unalndst(a1, a1, b1, b1); 438 test_cp_unalndst(a1, a2, b1, b2); 441 System.out.println("test_cp_unalndst: " + (end - start)); 544 static void test_cp_unalndst(shor method in class:TestShortLongVect [all...] |
H A D | TestBooleanVect.java | 90 test_cp_unalndst(a1, a2); 349 test_cp_unalndst(a1, a2); 351 errn += verify("test_cp_unalndst: a1", i, a1[i], false); 354 errn += verify("test_cp_unalndst: a1", i, a1[i], true); 450 test_cp_unalndst(a1, a1); 707 test_cp_unalndst(a1, a2); 710 System.out.println("test_cp_unalndst: " + (end - start)); 922 static void test_cp_unalndst(boolean[] a, boolean[] b) { method in class:TestBooleanVect
|
H A D | TestByteVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(byte[] a, byte[] b) { method in class:TestByteVect
|
H A D | TestCharVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)-1); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)123); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(char[] a, char[] b) { method in class:TestCharVect
|
H A D | TestDoubleVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(double[] a, double[] b) { method in class:TestDoubleVect
|
H A D | TestFloatVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.f); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.f); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(float[] a, float[] b) { method in class:TestFloatVect
|
H A D | TestIntVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(int[] a, int[] b) { method in class:TestIntVect
|
H A D | TestLongVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(long[] a, long[] b) { method in class:TestLongVect
|
H A D | TestShortVect.java | 90 test_cp_unalndst(a1, a2); 350 test_cp_unalndst(a1, a2); 352 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1); 355 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123); 451 test_cp_unalndst(a1, a1); 708 test_cp_unalndst(a1, a2); 711 System.out.println("test_cp_unalndst: " + (end - start)); 923 static void test_cp_unalndst(short[] a, short[] b) { method in class:TestShortVect
|
/openjdk7/hotspot/test/compiler/8004867/ |
H A D | TestIntAtomicCAS.java | 98 test_cp_unalndst(a1, a2); 361 test_cp_unalndst(a1, a2); 363 errn += verify("test_cp_unalndst: a1", i, a1.get(i), -1); 366 errn += verify("test_cp_unalndst: a1", i, a1.get(i), 123); 462 test_cp_unalndst(a1, a1); 724 test_cp_unalndst(a1, a2); 727 System.out.println("test_cp_unalndst: " + (end - start)); 939 static void test_cp_unalndst(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
|