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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], true);
604 test_cp_off(a1, a2);
607 System.out.println("test_cp_off: " + (end - start));
832 static void test_cp_off(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], (short)123);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], (char)123);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], (byte)123);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], 123.);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], (long)123);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], (int)123);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java76 test_cp_off(a1, a2);
196 test_cp_off(a1, a2);
198 errn += verify("test_cp_off: a1", i, a1[i], 123.f);
605 test_cp_off(a1, a2);
608 System.out.println("test_cp_off: " + (end - start));
833 static void test_cp_off(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java101 test_cp_off(a1, a2);
221 test_cp_off(a1, a2);
223 errn += verify("test_cp_off: a1", i, a1[i], 123);
638 test_cp_off(a1, a2);
641 System.out.println("test_cp_off: " + (end - start));
870 static void test_cp_off(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java101 test_cp_off(a1, a2);
221 test_cp_off(a1, a2);
223 errn += verify("test_cp_off: a1", i, a1[i], 123);
638 test_cp_off(a1, a2);
641 System.out.println("test_cp_off: " + (end - start));
870 static void test_cp_off(int[] a, int[] b) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java101 test_cp_off(a1, a2);
221 test_cp_off(a1, a2);
223 errn += verify("test_cp_off: a1", i, a1[i], 123);
638 test_cp_off(a1, a2);
641 System.out.println("test_cp_off: " + (end - start));
870 static void test_cp_off(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java86 test_cp_off(a1, a2);
206 test_cp_off(a1, a2);
208 errn += verify("test_cp_off: a1", i, a1.get(i), 123);
623 test_cp_off(a1, a2);
626 System.out.println("test_cp_off: " + (end - start));
851 static void test_cp_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java86 test_cp_off(a1, a2);
206 test_cp_off(a1, a2);
208 errn += verify("test_cp_off: a1", i, a1.get(i), 123);
623 test_cp_off(a1, a2);
626 System.out.println("test_cp_off: " + (end - start));
851 static void test_cp_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java86 test_cp_off(a1, a2);
206 test_cp_off(a1, a2);
208 errn += verify("test_cp_off: a1", i, a1.get(i), 123);
623 test_cp_off(a1, a2);
626 System.out.println("test_cp_off: " + (end - start));
851 static void test_cp_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile

Completed in 170 milliseconds