Searched refs:AtomicLongFieldUpdaterTest (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/java/util/concurrent/tck/
H A DAtomicLongFieldUpdaterTest.java41 public class AtomicLongFieldUpdaterTest extends JSR166TestCase { class in inherits:JSR166TestCase
51 return new TestSuite(AtomicLongFieldUpdaterTest.class);
55 static class AtomicLongFieldUpdaterTestSubclass extends AtomicLongFieldUpdaterTest {
58 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a =
60 (AtomicLongFieldUpdaterTest.class, "privateField");
68 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a =
70 (AtomicLongFieldUpdaterTest.class, "protectedField");
83 public void checkPackageAccess(AtomicLongFieldUpdaterTest obj) {
85 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a =
87 (AtomicLongFieldUpdaterTest
[all...]
H A DJSR166TestCase.java513 AtomicLongFieldUpdaterTest.suite(),

Completed in 104 milliseconds