AtomicReferenceFieldUpdater.java | 64 * @param vclass the class of the field 67 * @param <W> the type of instances of vclass 78 Class<W> vclass, 81 (tclass, vclass, fieldName, VMStack.getStackClass1()); // android-changed 269 private final Class<V> vclass; field in class:AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl 278 * setting vclass to null in constructor. The targetCheck and 284 final Class<V> vclass, 312 if (vclass != fieldClass) 314 if (vclass.isPrimitive()) 322 this.vclass = vclass [all...] |