-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Entry editor produces constant load #3943
Comments
I just need to click tab titles and after a while the leak starts! |
The Is there a way to find the code that generates these classes? |
I couldn't find anything yet, also I'm not so much into these code parts. |
Looks like AWT is creating InvocationEvents all the time:
This is the runnable:
Possibly related? http://mail.openjdk.java.net/pipermail/awt-dev/2018-January/013479.html Looks like it is the case. |
As far as I can tell this is a JVM bug and is fixed in |
Maybe we should fix our Java version to |
depends a bit on how bad the leak is. If it makes JabRef/the system unusable we should set 172 as minimum. If its not that bad I would vote for ignoring it (we can always tell people to upgrade if they complain...) |
I see no problem bumping the minimum version. Only the latest jdk is supported and often fixes security things. |
For me this lead to my fan running on maximum all the time on my laptop. I'm not 100% convinced either, tho. |
When the entry editor is opened I experience constant high load from JabRef.
This needs to be evaluated and fixed!
When I close the entry editor load immediately goes down to idle.
The text was updated successfully, but these errors were encountered: