-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b127
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8214684 | 8u211 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8210273 | 8u202 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8221070 | emb-8u211 | Sean Coffey | P4 | Resolved | Fixed | master |
See: https://bitbucket.org/typetools/jsr308-langtools/issues/56
javac incorrectly copies type annotations pertaining to target method's body
onto the bridge method. Only the type annotations in the "contract" portion
should be copied and not the ones that annotate implementation.
javac incorrectly copies type annotations pertaining to target method's body
onto the bridge method. Only the type annotations in the "contract" portion
should be copied and not the ones that annotate implementation.
- backported by
-
JDK-8210273 javac incorrectly copies over interior type annotations to bridge method
-
- Resolved
-
-
JDK-8214684 javac incorrectly copies over interior type annotations to bridge method
-
- Resolved
-
-
JDK-8221070 javac incorrectly copies over interior type annotations to bridge method
-
- Resolved
-
- duplicates
-
JDK-8073658 Invalid annotations in bridge methods
-
- Closed
-