C2 compiler gets SIGILL/ILL_ILLOPC

John Neffenger john at status6.com
Thu May 3 15:51:46 UTC 2018


On 05/03/2018 02:36 AM, Andrey Petushkov wrote:
> The -XX:-AssumeMP command line option should help in your case

Magic! That helps a lot. Thank you, Andrey. The warning message makes me 
a bit nervous, though.

$ ./opt/jre-10/bin/java -XX:-AssumeMP -jar lib/hellojdk.jar
OpenJDK Server VM warning: Option AssumeMP was deprecated in version 
10.0 and will likely be removed in a future release.
Hello World!
Hello World!
Hello World!

$ ./opt/jre-11/bin/java -XX:-AssumeMP -jar lib/hellojdk.jar
OpenJDK Server VM warning: Option AssumeMP was deprecated in version 
10.0 and will likely be removed in a future release.
Hello World!
Hello World!
Hello World!

Should I open a bug report?

Thank you,
John


More information about the aarch32-port-dev mailing list