[
https://issues.apache.org/jira/browse/CAMEL-19781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otavio Rodolfo Piske resolved CAMEL-19781.
------------------------------------------
Resolution: Won't Fix
A lot of the work for this was done on the linked issues. With the prospect of
this issue being fixed directly on the JVM, I think it's pointless to rework
the code for this.
> 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: Improvement
> Components: camel-core
> Affects Versions: 4.1.0
> Reporter: Otavio Rodolfo Piske
> Assignee: Otavio Rodolfo Piske
> Priority: Major
> 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)