Searched refs:test_cp_scl (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
259 errn += verify("test_cp_scl: a1", i, a1[i], true);
663 test_cp_scl(a1, a2);
666 System.out.println("test_cp_scl: " + (end - start));
883 static void test_cp_scl(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (byte)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (char)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (double)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestIntVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (int)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (long)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (short)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(short[] a, short[] b) { method in class:TestShortVect
H A DTestFloatVect.java83 test_cp_scl(a1, a2);
257 test_cp_scl(a1, a2);
260 errn += verify("test_cp_scl: a1", i, a1[i], (float)val);
664 test_cp_scl(a1, a2);
667 System.out.println("test_cp_scl: " + (end - start));
884 static void test_cp_scl(float[] a, float[] b) { method in class:TestFloatVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java91 test_cp_scl(a1, a2);
265 test_cp_scl(a1, a2);
268 errn += verify("test_cp_scl: a1", i, a1.get(i), val);
680 test_cp_scl(a1, a2);
683 System.out.println("test_cp_scl: " + (end - start));
900 static void test_cp_scl(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java91 test_cp_scl(a1, a2);
265 test_cp_scl(a1, a2);
268 errn += verify("test_cp_scl: a1", i, a1.get(i), val);
680 test_cp_scl(a1, a2);
683 System.out.println("test_cp_scl: " + (end - start));
900 static void test_cp_scl(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java91 test_cp_scl(a1, a2);
265 test_cp_scl(a1, a2);
268 errn += verify("test_cp_scl: a1", i, a1.get(i), val);
680 test_cp_scl(a1, a2);
683 System.out.println("test_cp_scl: " + (end - start));
900 static void test_cp_scl(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java108 test_cp_scl(a1, a2);
282 test_cp_scl(a1, a2);
285 errn += verify("test_cp_scl: a1", i, a1[i], val);
697 test_cp_scl(a1, a2);
700 System.out.println("test_cp_scl: " + (end - start));
921 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java108 test_cp_scl(a1, a2);
282 test_cp_scl(a1, a2);
285 errn += verify("test_cp_scl: a1", i, a1[i], val);
697 test_cp_scl(a1, a2);
700 System.out.println("test_cp_scl: " + (end - start));
921 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java108 test_cp_scl(a1, a2);
282 test_cp_scl(a1, a2);
285 errn += verify("test_cp_scl: a1", i, a1[i], val);
697 test_cp_scl(a1, a2);
700 System.out.println("test_cp_scl: " + (end - start));
921 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntUnsafeVolatile

Completed in 84 milliseconds