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

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], false);
200 errn += verify("test_2ci_off: a2", i, a2[i], false);
607 test_2ci_off(a1, a2);
610 System.out.println("test_2ci_off: " + (end - start));
834 static void test_2ci_off(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], (byte)-123);
200 errn += verify("test_2ci_off: a2", i, a2[i], (byte)-103);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], (char)-123);
200 errn += verify("test_2ci_off: a2", i, a2[i], (char)-103);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], -123.);
200 errn += verify("test_2ci_off: a2", i, a2[i], -103.);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], -123.f);
200 errn += verify("test_2ci_off: a2", i, a2[i], -103.f);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], (int)-123);
200 errn += verify("test_2ci_off: a2", i, a2[i], (int)-103);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], (long)-123);
200 errn += verify("test_2ci_off: a2", i, a2[i], (long)-103);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java74 test_2ci_off(a1, a2);
197 test_2ci_off(a1, a2);
199 errn += verify("test_2ci_off: a1", i, a1[i], (short)-123);
200 errn += verify("test_2ci_off: a2", i, a2[i], (short)-103);
608 test_2ci_off(a1, a2);
611 System.out.println("test_2ci_off: " + (end - start));
835 static void test_2ci_off(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java82 test_2ci_off(a1, a2);
205 test_2ci_off(a1, a2);
207 errn += verify("test_2ci_off: a1", i, a1.get(i), -123);
208 errn += verify("test_2ci_off: a2", i, a2.get(i), -103);
624 test_2ci_off(a1, a2);
627 System.out.println("test_2ci_off: " + (end - start));
851 static void test_2ci_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java82 test_2ci_off(a1, a2);
205 test_2ci_off(a1, a2);
207 errn += verify("test_2ci_off: a1", i, a1.get(i), -123);
208 errn += verify("test_2ci_off: a2", i, a2.get(i), -103);
624 test_2ci_off(a1, a2);
627 System.out.println("test_2ci_off: " + (end - start));
851 static void test_2ci_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java82 test_2ci_off(a1, a2);
205 test_2ci_off(a1, a2);
207 errn += verify("test_2ci_off: a1", i, a1.get(i), -123);
208 errn += verify("test_2ci_off: a2", i, a2.get(i), -103);
624 test_2ci_off(a1, a2);
627 System.out.println("test_2ci_off: " + (end - start));
851 static void test_2ci_off(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java99 test_2ci_off(a1, a2);
222 test_2ci_off(a1, a2);
224 errn += verify("test_2ci_off: a1", i, a1[i], -123);
225 errn += verify("test_2ci_off: a2", i, a2[i], -103);
641 test_2ci_off(a1, a2);
644 System.out.println("test_2ci_off: " + (end - start));
872 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java99 test_2ci_off(a1, a2);
222 test_2ci_off(a1, a2);
224 errn += verify("test_2ci_off: a1", i, a1[i], -123);
225 errn += verify("test_2ci_off: a2", i, a2[i], -103);
641 test_2ci_off(a1, a2);
644 System.out.println("test_2ci_off: " + (end - start));
872 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java99 test_2ci_off(a1, a2);
222 test_2ci_off(a1, a2);
224 errn += verify("test_2ci_off: a1", i, a1[i], -123);
225 errn += verify("test_2ci_off: a2", i, a2[i], -103);
641 test_2ci_off(a1, a2);
644 System.out.println("test_2ci_off: " + (end - start));
872 static void test_2ci_off(int[] a, int[] b) { method in class:TestIntUnsafeVolatile

Completed in 154 milliseconds