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

12

/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeVolatile.java86 test_cp(a1, a2);
140 test_cp(a1, a2);
142 errn += verify("test_cp: a1", i, a1[i], 123);
545 test_cp(a1, a2);
548 System.out.println("test_cp: " + (end - start));
784 static void test_cp(int[] a, int[] b) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java86 test_cp(a1, a2);
140 test_cp(a1, a2);
142 errn += verify("test_cp: a1", i, a1[i], 123);
545 test_cp(a1, a2);
548 System.out.println("test_cp: " + (end - start));
784 static void test_cp(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java71 test_cp(a1, a2);
125 test_cp(a1, a2);
127 errn += verify("test_cp: a1", i, a1.get(i), 123);
530 test_cp(a1, a2);
533 System.out.println("test_cp: " + (end - start));
765 static void test_cp(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java71 test_cp(a1, a2);
125 test_cp(a1, a2);
127 errn += verify("test_cp: a1", i, a1.get(i), 123);
530 test_cp(a1, a2);
533 System.out.println("test_cp: " + (end - start));
765 static void test_cp(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java71 test_cp(a1, a2);
125 test_cp(a1, a2);
127 errn += verify("test_cp: a1", i, a1.get(i), 123);
530 test_cp(a1, a2);
533 System.out.println("test_cp: " + (end - start));
765 static void test_cp(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile

Completed in 47 milliseconds

12