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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], false);
203 errn += verify("test_2ci_off: a2", i, a2[i], false);
610 test_2ci_off(a1, a2);
613 System.out.println("test_2ci_off: " + (end - start));
837 static void test_2ci_off(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], (short)-123);
203 errn += verify("test_2ci_off: a2", i, a2[i], (short)-103);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], (char)-123);
203 errn += verify("test_2ci_off: a2", i, a2[i], (char)-103);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], (byte)-123);
203 errn += verify("test_2ci_off: a2", i, a2[i], (byte)-103);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], -123.);
203 errn += verify("test_2ci_off: a2", i, a2[i], -103.);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], (long)-123);
203 errn += verify("test_2ci_off: a2", i, a2[i], (long)-103);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], (int)-123);
203 errn += verify("test_2ci_off: a2", i, a2[i], (int)-103);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java77 test_2ci_off(a1, a2);
200 test_2ci_off(a1, a2);
202 errn += verify("test_2ci_off: a1", i, a1[i], -123.f);
203 errn += verify("test_2ci_off: a2", i, a2[i], -103.f);
611 test_2ci_off(a1, a2);
614 System.out.println("test_2ci_off: " + (end - start));
838 static void test_2ci_off(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java102 test_2ci_off(a1, a2);
225 test_2ci_off(a1, a2);
227 errn += verify("test_2ci_off: a1", i, a1[i], -123);
228 errn += verify("test_2ci_off: a2", i, a2[i], -103);
644 test_2ci_off(a1, a2);
647 System.out.println("test_2ci_off: " + (end - start));
875 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java102 test_2ci_off(a1, a2);
225 test_2ci_off(a1, a2);
227 errn += verify("test_2ci_off: a1", i, a1[i], -123);
228 errn += verify("test_2ci_off: a2", i, a2[i], -103);
644 test_2ci_off(a1, a2);
647 System.out.println("test_2ci_off: " + (end - start));
875 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java102 test_2ci_off(a1, a2);
225 test_2ci_off(a1, a2);
227 errn += verify("test_2ci_off: a1", i, a1[i], -123);
228 errn += verify("test_2ci_off: a2", i, a2[i], -103);
644 test_2ci_off(a1, a2);
647 System.out.println("test_2ci_off: " + (end - start));
875 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java87 test_2ci_off(a1, a2);
210 test_2ci_off(a1, a2);
212 errn += verify("test_2ci_off: a1", i, a1.get(i), -123);
213 errn += verify("test_2ci_off: a2", i, a2.get(i), -103);
629 test_2ci_off(a1, a2);
632 System.out.println("test_2ci_off: " + (end - start));
856 static void test_2ci_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java87 test_2ci_off(a1, a2);
210 test_2ci_off(a1, a2);
212 errn += verify("test_2ci_off: a1", i, a1.get(i), -123);
213 errn += verify("test_2ci_off: a2", i, a2.get(i), -103);
629 test_2ci_off(a1, a2);
632 System.out.println("test_2ci_off: " + (end - start));
856 static void test_2ci_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java87 test_2ci_off(a1, a2);
210 test_2ci_off(a1, a2);
212 errn += verify("test_2ci_off: a1", i, a1.get(i), -123);
213 errn += verify("test_2ci_off: a2", i, a2.get(i), -103);
629 test_2ci_off(a1, a2);
632 System.out.println("test_2ci_off: " + (end - start));
856 static void test_2ci_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile

Completed in 205 milliseconds