Reports issues on fields of type java.util.concurrent.atomic.AtomicLongFieldUpdater,
java.util.concurrent.atomic.AtomicIntegerFieldUpdater or java.util.concurrent.atomic.AtomicReferenceFieldUpdater.
The issues reported are identical to the runtime problems that can happen with atomic field updaters:
specified field not found, specified field not accessible, specified field of the wrong type, etc.
New in 16