Skip to content

0.2.5

Compare
Choose a tag to compare
@mattnworb mattnworb released this 18 Aug 15:16
· 305 commits to master since this release
  • Added java.lang.invoke.VarHandle to the list of classes with @HotSpotIntrinsicCandidate annotated methods which are excluded from analysis. Calls to VarHandle methods will no longer result in missinglink generating false warnings about methods like getAndSet not existing. (#176)