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

/openjdk7/jdk/test/java/util/concurrent/atomic/
H A DLazy.java33 public class Lazy { class
37 static final Lazy z = new Lazy();
49 final AtomicIntegerFieldUpdater<Lazy> iu =
50 AtomicIntegerFieldUpdater.newUpdater(Lazy.class, "ii");
51 final AtomicLongFieldUpdater<Lazy> lu =
52 AtomicLongFieldUpdater.newUpdater(Lazy.class, "ll");
53 final AtomicReferenceFieldUpdater<Lazy,Boolean> ru =
54 AtomicReferenceFieldUpdater.newUpdater(Lazy.class,

Completed in 33 milliseconds