Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0.0-milestone2, 3.0, 3.0.1
-
Novice
Description
JAXRSUtils.processParameters() indirectly calls MethodParameter.getParameterAnnotations(), which calls into JRE lib method causing monitor contention. See screen shot
Fix by caching values returned by Method.getParameterAnnotations() in a static ConcurrentMap