/openjdk7/hotspot/test/compiler/7119644/ |
H A D | TestByteDoubleVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (byte)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(byte[] a, byte[] b, double[] c, double[] d) { method in class:TestByteDoubleVect
|
H A D | TestByteFloatVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (byte)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.f); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(byte[] a, byte[] b, float[] c, float[] d) { method in class:TestByteFloatVect
|
H A D | TestByteIntVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (byte)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (int)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(byte[] a, byte[] b, int[] c, int[] d) { method in class:TestByteIntVect
|
H A D | TestByteLongVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (byte)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (long)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(byte[] a, byte[] b, long[] c, long[] d) { method in class:TestByteLongVect
|
H A D | TestByteShortVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (byte)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (short)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(byte[] a, byte[] b, short[] c, short[] d) { method in class:TestByteShortVect
|
H A D | TestCharShortVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (char)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (short)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(char[] a, char[] b, short[] c, short[] d) { method in class:TestCharShortVect
|
H A D | TestFloatDoubleVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], 123.f); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(float[] a, float[] b, double[] c, double[] d) { method in class:TestFloatDoubleVect
|
H A D | TestIntDoubleVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (int)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(int[] a, int[] b, double[] c, double[] d) { method in class:TestIntDoubleVect
|
H A D | TestIntFloatVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (int)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.f); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(int[] a, int[] b, float[] c, float[] d) { method in class:TestIntFloatVect
|
H A D | TestIntLongVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (int)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (long)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(int[] a, int[] b, long[] c, long[] d) { method in class:TestIntLongVect
|
H A D | TestLongDoubleVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (long)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(long[] a, long[] b, double[] c, double[] d) { method in class:TestLongDoubleVect
|
H A D | TestLongFloatVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (long)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.f); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(long[] a, long[] b, float[] c, float[] d) { method in class:TestLongFloatVect
|
H A D | TestShortDoubleVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (short)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(short[] a, short[] b, double[] c, double[] d) { method in class:TestShortDoubleVect
|
H A D | TestShortFloatVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (short)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.f); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(short[] a, short[] b, float[] c, float[] d) { method in class:TestShortFloatVect
|
H A D | TestShortIntVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (short)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (int)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(short[] a, short[] b, int[] c, int[] d) { method in class:TestShortIntVect
|
H A D | TestShortLongVect.java | 66 test_cp_oppos(a1, a2, b1, b2); 143 test_cp_oppos(a1, a2, b1, b2); 145 errn += verify("test_cp_oppos: a1", i, a1[i], (short)123); 146 errn += verify("test_cp_oppos: b1", i, b1[i], (long)103); 396 test_cp_oppos(a1, a2, b1, b2); 399 System.out.println("test_cp_oppos: " + (end - start)); 501 static void test_cp_oppos(short[] a, short[] b, long[] c, long[] d) { method in class:TestShortLongVect
|
H A D | TestBooleanVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], true); 570 test_cp_oppos(a1, a2); 573 System.out.println("test_cp_oppos: " + (end - start)); 799 static void test_cp_oppos(boolean[] a, boolean[] b) { method in class:TestBooleanVect
|
H A D | TestByteVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], (byte)123); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(byte[] a, byte[] b) { method in class:TestByteVect
|
H A D | TestCharVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], (char)123); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(char[] a, char[] b) { method in class:TestCharVect
|
H A D | TestDoubleVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], 123.); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(double[] a, double[] b) { method in class:TestDoubleVect
|
H A D | TestFloatVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], 123.f); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(float[] a, float[] b) { method in class:TestFloatVect
|
H A D | TestIntVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], (int)123); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(int[] a, int[] b) { method in class:TestIntVect
|
H A D | TestLongVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], (long)123); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(long[] a, long[] b) { method in class:TestLongVect
|
H A D | TestShortVect.java | 68 test_cp_oppos(a1, a2); 166 test_cp_oppos(a1, a2); 168 errn += verify("test_cp_oppos: a1", i, a1[i], (short)123); 571 test_cp_oppos(a1, a2); 574 System.out.println("test_cp_oppos: " + (end - start)); 800 static void test_cp_oppos(short[] a, short[] b) { method in class:TestShortVect
|
/openjdk7/hotspot/test/compiler/8004867/ |
H A D | TestIntAtomicCAS.java | 76 test_cp_oppos(a1, a2); 174 test_cp_oppos(a1, a2); 176 errn += verify("test_cp_oppos: a1", i, a1.get(i), 123); 587 test_cp_oppos(a1, a2); 590 System.out.println("test_cp_oppos: " + (end - start)); 816 static void test_cp_oppos(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
|