-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
None
The JFR profiler is highlighting a significant amount of boxing and autoboxing, as the request is is treated as a long but this is used as an key for the Map<Long,Request>.
We could try to either consistently use Long rather than long, or even better figure out an optimal data structure to replace the implementation of the Map to not require boxing of the keys.
- is related to
-
JGRP-1982 RequestCorrelator: use IntHashMap / LongHashmap for request correlation
- Resolved