Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b13
-
generic
-
generic
Description
Repeated calls to Class#getCanonicalName and Class#getSimpleName is a bottleneck like JDK-4901942. This appears a part of performance issue in Checker Framework, see the attached image. Can we cache the result of these methods like Class#getName?
Attachments
Issue Links
- relates to
-
JDK-4901942 (reflect) Class.getName() is a major performance bottleneck
- Resolved