0.2.5
- Added
java.lang.invoke.VarHandle
to the list of classes with@HotSpotIntrinsicCandidate
annotated methods which are excluded from analysis. Calls toVarHandle
methods will no longer result in missinglink generating false warnings about methods likegetAndSet
not existing. (#176)