Eclipse EXCEPTION_ACCESS_VIOLATION crash

This is a known JVM bug in C2 compiler: JDK-8154831.

Try adding the following JVM argument:
-XX:CompileCommand=exclude,org.eclipse.jdt.internal.compiler.parser.TypeConverter::*

Leave a Comment