Skip to main content

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

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.

Back to the top