Skip to content

Commit

Permalink
Merge pull request #181 from klaraward/patch-2
Browse files Browse the repository at this point in the history
Proper change for version 0.2.4 and new 0.2.5 in the CHANGELOG
  • Loading branch information
mattnworb authored Aug 18, 2021
2 parents 4c0741e + 32e9722 commit 881dd33
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
### 0.2.5

- 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.

### 0.2.4

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.
- Handle EA versions of Java

### 0.2.3

Expand Down

0 comments on commit 881dd33

Please sign in to comment.