Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Potential executor service overhead

Please check bugzilla, I believe there was already bug for that. 

Am 3. März 2020 20:06:50 MEZ schrieb Gayan Perera <gayanper@xxxxxxxxx>:
>Hi All,
>
>According to the how executor service is handled
>in
>org.eclipse.jdt.internal.ui.text.java.ChainCompletionProposalComputer.executeCallChainSearch()
>it can be a overhead until the GC collects it in the best case. Because
>the
>shutdownNow is only called if a timeout or execution error is raised.
>
>Should i raise a bug for this ? Or am trying to over optimize it ?
>
>Br,
>Gayan.

--
Kind regards,
Andrey Loskutov

https://www.eclipse.org/user/aloskutov
Спасение утопающих - дело рук самих утопающих


Back to the top