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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], false);
592 test_ci_off(a1);
595 System.out.println("test_ci_off: " + (end - start));
822 static void test_ci_off(boolean[] a) { method in class:TestBooleanVect
H A DTestShortVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], (short)-123);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(short[] a) { method in class:TestShortVect
H A DTestCharVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], (char)-123);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(char[] a) { method in class:TestCharVect
H A DTestByteVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], (byte)-123);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(byte[] a) { method in class:TestByteVect
H A DTestDoubleVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], -123.);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(double[] a) { method in class:TestDoubleVect
H A DTestLongVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], (long)-123);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(long[] a) { method in class:TestLongVect
H A DTestIntVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], (int)-123);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(int[] a) { method in class:TestIntVect
H A DTestFloatVect.java74 test_ci_off(a1);
188 test_ci_off(a1);
190 errn += verify("test_ci_off: a1", i, a1[i], -123.f);
593 test_ci_off(a1);
596 System.out.println("test_ci_off: " + (end - start));
823 static void test_ci_off(float[] a) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java99 test_ci_off(a1, 123);
213 test_ci_off(a1, -1);
215 errn += verify("test_ci_off: a1", i, a1[i], -123);
626 test_ci_off(a1, 123);
629 System.out.println("test_ci_off: " + (end - start));
860 static void test_ci_off(int[] a, int old) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java99 test_ci_off(a1, 123);
213 test_ci_off(a1, -1);
215 errn += verify("test_ci_off: a1", i, a1[i], -123);
626 test_ci_off(a1, 123);
629 System.out.println("test_ci_off: " + (end - start));
860 static void test_ci_off(int[] a, int old) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java99 test_ci_off(a1, 123);
213 test_ci_off(a1, -1);
215 errn += verify("test_ci_off: a1", i, a1[i], -123);
626 test_ci_off(a1, 123);
629 System.out.println("test_ci_off: " + (end - start));
860 static void test_ci_off(int[] a, int old) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java84 test_ci_off(a1, 123);
198 test_ci_off(a1, -1);
200 errn += verify("test_ci_off: a1", i, a1.get(i), -123);
611 test_ci_off(a1, 123);
614 System.out.println("test_ci_off: " + (end - start));
841 static void test_ci_off(AtomicIntegerArray a, int old) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java84 test_ci_off(a1, 123);
198 test_ci_off(a1, -1);
200 errn += verify("test_ci_off: a1", i, a1.get(i), -123);
611 test_ci_off(a1, 123);
614 System.out.println("test_ci_off: " + (end - start));
841 static void test_ci_off(AtomicIntegerArray a, int old) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java84 test_ci_off(a1, 123);
198 test_ci_off(a1, -1);
200 errn += verify("test_ci_off: a1", i, a1.get(i), -123);
611 test_ci_off(a1, 123);
614 System.out.println("test_ci_off: " + (end - start));
841 static void test_ci_off(AtomicIntegerArray a, int old) { method in class:TestIntAtomicVolatile

Completed in 176 milliseconds