Jochen Theodorou wrote: > # To suppress the following error report, specify this argument > # after -XX: or in .hotspotrc: > SuppressErrorAt=/templateInterpreter_x86_64.cpp:170 > # > # A fatal error has been detected by the Java Runtime Environment: > # > # Internal Error > (/home/blackdrag/coding/davinci/mlvm/sources/hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp:170), > > pid=18646, tid=140733065480528 > # Error: assert(!unbox,"NYI") > # > # JRE version: 7.0-b01 > # Java VM: OpenJDK 64-Bit Server VM (16.0-b03-jvmg mixed mode linux-amd64 ) > # An error report file with more information is saved as: > # /home/blackdrag/coding/davinci/tt/hs_err_pid18646.log > # > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # > > is it possible the demo code does not work on x86, or maybe it is only > amd64?
Currently only 32-bit x86 works, no 64-bit support yet. We decided to use x86_32 as our main development architecture and port stuff to the other architectures later, when it's proven to work. -- Christian _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
