Otavio Rodolfo Piske created CAMEL-19781:
--------------------------------------------
Summary: camel-core: excessive occurrence of type misses may be
hurting performance
Key: CAMEL-19781
URL: https://issues.apache.org/jira/browse/CAMEL-19781
Project: Camel
Issue Type: Bug
Affects Versions: 4.1.0
Reporter: Otavio Rodolfo Piske
Assignee: Otavio Rodolfo Piske
Fix For: 4.x
Attachments: type-misses.txt
Our code has an excessive amount of type misses that may be hurting performance
due to [JDK-8180450|https://bugs.openjdk.org/browse/JDK-8180450] and how the
underlying implementation of type checks work in the JVM.
Using the type pollution agent, we can see that there is a significant number
of type misses in a sample execution of a Routing Slip using a bean to resolve
the endpoints (see the attachment for details).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)