Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1263
@michaelandrepearce Beware that some autoboxing will disappear due to
escape analysis from the JIT, but only if a method got compiled: using
profilers sometimes could show instances that in a real server with properly
compiled methods will not exists. The same for primitive arrays due to TLAB
parsability of the heap:
https://shipilev.net/jvm-anatomy-park/5-tlabs-and-heap-parsability/
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---