Searched defs:test_only (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java54 static int test(boolean test_only) { argument
501 if (errn > 0 || test_only)
H A DTestIntAtomicOrdered.java54 static int test(boolean test_only) { argument
501 if (errn > 0 || test_only)
H A DTestIntAtomicVolatile.java54 static int test(boolean test_only) { argument
501 if (errn > 0 || test_only)
H A DTestIntUnsafeCAS.java71 static int test(boolean test_only) { argument
518 if (errn > 0 || test_only)
H A DTestIntUnsafeOrdered.java71 static int test(boolean test_only) { argument
518 if (errn > 0 || test_only)
H A DTestIntUnsafeVolatile.java71 static int test(boolean test_only) { argument
518 if (errn > 0 || test_only)

Completed in 70 milliseconds