-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Freeze opening Quick Type Hierarchy #290
Comments
Still happens in Platform Workspace. |
We are also experiencing this issue with Eclipse 2023-03 using Java 17. This is the stacktrace:
I think it would be better if all these expensive zip operations were not done on the UI thread. This issue is especially annoying if one accidentally hits CTRL+T and the IDE stops responding for minutes. |
With the recent performance improvements, i can not reproduce it anymore. - Strg+t on Object.toString() takes less then a minute now and is cancelable most of the time in my workspace. |
"Quick Type Hierarchy" ...
I accendentially pressed Strg+t on Object.toString().
10minute freeze and i could not cancel it:-(
example stacktrace:
samples:
hotspots:
The text was updated successfully, but these errors were encountered: