javac is setting the @Strict annotation in the RuntimeInvisibleAnnotations attribute of the annotated field. This is due to a bug in how the annotation type is being entered in the symbol table. This PR is fixing this issue,
TIA ------------- Commit messages: - 8367931: Handling of @Strict by javac needs some fixes Changes: https://git.openjdk.org/valhalla/pull/1820/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1820&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8367931 Stats: 6 lines in 2 files changed: 5 ins; 0 del; 1 mod Patch: https://git.openjdk.org/valhalla/pull/1820.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1820/head:pull/1820 PR: https://git.openjdk.org/valhalla/pull/1820
