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

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], false);
589 test_ci_off(a1);
592 System.out.println("test_ci_off: " + (end - start));
819 static void test_ci_off(boolean[] a) { method in class:TestBooleanVect
H A DTestByteVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], (byte)-123);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(byte[] a) { method in class:TestByteVect
H A DTestCharVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], (char)-123);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(char[] a) { method in class:TestCharVect
H A DTestDoubleVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], -123.);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(double[] a) { method in class:TestDoubleVect
H A DTestFloatVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], -123.f);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(float[] a) { method in class:TestFloatVect
H A DTestIntVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], (int)-123);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(int[] a) { method in class:TestIntVect
H A DTestLongVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], (long)-123);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(long[] a) { method in class:TestLongVect
H A DTestShortVect.java71 test_ci_off(a1);
185 test_ci_off(a1);
187 errn += verify("test_ci_off: a1", i, a1[i], (short)-123);
590 test_ci_off(a1);
593 System.out.println("test_ci_off: " + (end - start));
820 static void test_ci_off(short[] a) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java79 test_ci_off(a1, 123);
193 test_ci_off(a1, -1);
195 errn += verify("test_ci_off: a1", i, a1.get(i), -123);
606 test_ci_off(a1, 123);
609 System.out.println("test_ci_off: " + (end - start));
836 static void test_ci_off(AtomicIntegerArray a, int old) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java79 test_ci_off(a1, 123);
193 test_ci_off(a1, -1);
195 errn += verify("test_ci_off: a1", i, a1.get(i), -123);
606 test_ci_off(a1, 123);
609 System.out.println("test_ci_off: " + (end - start));
836 static void test_ci_off(AtomicIntegerArray a, int old) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java79 test_ci_off(a1, 123);
193 test_ci_off(a1, -1);
195 errn += verify("test_ci_off: a1", i, a1.get(i), -123);
606 test_ci_off(a1, 123);
609 System.out.println("test_ci_off: " + (end - start));
836 static void test_ci_off(AtomicIntegerArray a, int old) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java96 test_ci_off(a1, 123);
210 test_ci_off(a1, -1);
212 errn += verify("test_ci_off: a1", i, a1[i], -123);
623 test_ci_off(a1, 123);
626 System.out.println("test_ci_off: " + (end - start));
857 static void test_ci_off(int[] a, int old) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java96 test_ci_off(a1, 123);
210 test_ci_off(a1, -1);
212 errn += verify("test_ci_off: a1", i, a1[i], -123);
623 test_ci_off(a1, 123);
626 System.out.println("test_ci_off: " + (end - start));
857 static void test_ci_off(int[] a, int old) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java96 test_ci_off(a1, 123);
210 test_ci_off(a1, -1);
212 errn += verify("test_ci_off: a1", i, a1[i], -123);
623 test_ci_off(a1, 123);
626 System.out.println("test_ci_off: " + (end - start));
857 static void test_ci_off(int[] a, int old) { method in class:TestIntUnsafeVolatile

Completed in 622 milliseconds