-
Bug
-
Resolution: Fixed
-
P4
-
19
-
None
In the getGenericInfo() methods of Method, Field, Constructor, and RecordComponent, the genericInfo field is read twice, and the second read returned may be null under race conditions.
Class::getGenericInfo() originally had the same issue, but was fixed in 8016236.
Class::getGenericInfo() originally had the same issue, but was fixed in 8016236.
- relates to
-
JDK-8016236 Class.getGenericInterfaces performance improvement
- Closed