blob: af13ee000054b3e77939a6ebb25324541c9e0b8e [file]
When running on the IBM Java 5.0 VM, Eclipse crashes while the user is typing in an editor. If using this VM you must disable the JIT
with the -Xnojit vm argument to avoid the crashes (https://bugs.eclipse.org/bugs/show_bug.cgi?id=116730). The command line for launching Eclipse with this vm should be:
"eclipse -vmargs -Dosgi.locking=none -Xnojit"