I am using Eclipse Neon.1
on Windows 10
with Redhat JBoss Developer Studio
to work on a JavaEE 7
Project running on Wildfly 10
via jdk1.8.0_25
.
The Project has about 20.000 lines of Java source and also about 20.000 lines of .xhtml source code.
All in all, Eclipse performs quite well. Except the Xhtml Editor. Once I start to edit .xhtml files, Eclipse freezes up all 5-15 mins for about 30 sec. This happens only while using the Xhtml Editor. Java or other Editors do not show that behavoir.
I tried the default Html Editor
and the JBoss Tools Html Editor
. Both show the exact same behavoir.
I searched the web and tried some solutions like switching off automaitc build, source link navigation and validators. Nothing of that changed the behavoir.
So I started to watch the Eclipse Process in JVisualVM. At times when the Editor freezes, there is full CPU load on one Core, no GC activity and plenty of Memory left. So I would say its not a general problem with Memory or the GC.
How can I find out what exactly causes these freezes? Maybe someone knows this very issue?