It would help to update the use of type annotations position fields:
- local variable info (offset, length, index) arrays should be first
initialized to null, and only get initialized if needed
- initialize some other fields to obvious invalid values
(MIN_VALUE), to help in debugging
- local variable info (offset, length, index) arrays should be first
initialized to null, and only get initialized if needed
- initialize some other fields to obvious invalid values
(MIN_VALUE), to help in debugging
- duplicates
-
JDK-6918127 improve handling of TypeAnnotationPosition fields
-
- Closed
-