Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.2
-
None
Description
When usage tracking is enabled, pooled object users are discovered by creating an exception. This is slower than optimal which could be done via various strategies such as a SecurityManager, reflection on the internal Reflection class, or for Java 9 users, the new StackWalker API.