Я пытаюсь запустить Eclipse Neon на Ubuntu 16.04, но он вылетает каждый раз после запуска со следующей ошибкой.

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized. org.eclipse.m2e.logback.configuration: Logback config file: /home/pankaj/eclipse_neon/workspace_neon/.metadata/.plugins/org.eclipse.m2e.logback.configuration /logback.1.7.0.20160603-1933.xml SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [bundleresource://459.fwk754978432:1/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [bundleresource://459.fwk754978432:2/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] org.eclipse.m2e.logback.configuration: Initializing logback #

A fatal error has been detected by the Java Runtime Environment:
#

Internal Error (macroAssembler_x86.hpp:116), pid=263792, tid=263934
guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
#

JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195246.buildd.src)
Java VM: OpenJDK 64-Bit Server VM (9-internal+0-2016-04-14-195246.buildd.src, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P" (or dumping to /home/pankaj/core.26
3792) #

An error report file with more information is saved as:
/home/pankaj/hs_err_pid263792.log
[thread 263940 also had an error] [thread 263943 also had an error] [thread 263932 also had an error] #

Compiler replay data is saved as:
/home/pankaj/replay_pid263792.log
#

If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp

Каким должно быть подходящее действие для решения этой проблемы?

0