Searched defs:test_cp_off (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], true);
601 test_cp_off(a1, a2);
604 System.out.println("test_cp_off: " + (end - start));
829 static void test_cp_off(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], (byte)123);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], (char)123);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], 123.);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], 123.f);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], (int)123);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], (long)123);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java73 test_cp_off(a1, a2);
193 test_cp_off(a1, a2);
195 errn += verify("test_cp_off: a1", i, a1[i], (short)123);
602 test_cp_off(a1, a2);
605 System.out.println("test_cp_off: " + (end - start));
830 static void test_cp_off(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java81 test_cp_off(a1, a2);
201 test_cp_off(a1, a2);
203 errn += verify("test_cp_off: a1", i, a1.get(i), 123);
618 test_cp_off(a1, a2);
621 System.out.println("test_cp_off: " + (end - start));
846 static void test_cp_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java81 test_cp_off(a1, a2);
201 test_cp_off(a1, a2);
203 errn += verify("test_cp_off: a1", i, a1.get(i), 123);
618 test_cp_off(a1, a2);
621 System.out.println("test_cp_off: " + (end - start));
846 static void test_cp_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java81 test_cp_off(a1, a2);
201 test_cp_off(a1, a2);
203 errn += verify("test_cp_off: a1", i, a1.get(i), 123);
618 test_cp_off(a1, a2);
621 System.out.println("test_cp_off: " + (end - start));
846 static void test_cp_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java98 test_cp_off(a1, a2);
218 test_cp_off(a1, a2);
220 errn += verify("test_cp_off: a1", i, a1[i], 123);
635 test_cp_off(a1, a2);
638 System.out.println("test_cp_off: " + (end - start));
867 static void test_cp_off(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java98 test_cp_off(a1, a2);
218 test_cp_off(a1, a2);
220 errn += verify("test_cp_off: a1", i, a1[i], 123);
635 test_cp_off(a1, a2);
638 System.out.println("test_cp_off: " + (end - start));
867 static void test_cp_off(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java98 test_cp_off(a1, a2);
218 test_cp_off(a1, a2);
220 errn += verify("test_cp_off: a1", i, a1[i], 123);
635 test_cp_off(a1, a2);
638 System.out.println("test_cp_off: " + (end - start));
867 static void test_cp_off(int[] a, int[] b) { method in class:TestIntUnsafeVolatile

Completed in 477 milliseconds