Searched refs:test_ci_neg (Results 26 - 30 of 30) sorted by relevance

12

/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeVolatile.java89 test_ci_neg(a1, 123);
159 test_ci_neg(a1, -1);
161 errn += verify("test_ci_neg: a1", i, a1[i], -123);
564 test_ci_neg(a1, 123);
567 System.out.println("test_ci_neg: " + (end - start));
801 static void test_ci_neg(int[] a, int old) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java89 test_ci_neg(a1, 123);
159 test_ci_neg(a1, -1);
161 errn += verify("test_ci_neg: a1", i, a1[i], -123);
564 test_ci_neg(a1, 123);
567 System.out.println("test_ci_neg: " + (end - start));
801 static void test_ci_neg(int[] a, int old) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java74 test_ci_neg(a1, 123);
144 test_ci_neg(a1, -1);
146 errn += verify("test_ci_neg: a1", i, a1.get(i), -123);
549 test_ci_neg(a1, 123);
552 System.out.println("test_ci_neg: " + (end - start));
782 static void test_ci_neg(AtomicIntegerArray a, int old) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java74 test_ci_neg(a1, 123);
144 test_ci_neg(a1, -1);
146 errn += verify("test_ci_neg: a1", i, a1.get(i), -123);
549 test_ci_neg(a1, 123);
552 System.out.println("test_ci_neg: " + (end - start));
782 static void test_ci_neg(AtomicIntegerArray a, int old) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java74 test_ci_neg(a1, 123);
144 test_ci_neg(a1, -1);
146 errn += verify("test_ci_neg: a1", i, a1.get(i), -123);
549 test_ci_neg(a1, 123);
552 System.out.println("test_ci_neg: " + (end - start));
782 static void test_ci_neg(AtomicIntegerArray a, int old) { method in class:TestIntAtomicVolatile

Completed in 47 milliseconds

12