VM and JDK classes aren't aligned

Rémi Forax forax at univ-mlv.fr
Sat May 22 16:55:51 PDT 2010


Hi all,
testing my pet project with jdk7b94, I get a crash (with c1 or c2).
The crash apperas before the main is executed

Commandline:
java -server -XX:+AnonymousClasses -XX:+UnlockExperimentalVMOptions 
-XX:+EnableInvokeDynamic 
-Xbootclasspath/a:$LIB/phpreboot.jar:$LIB/tatoo-runtime.jar:$LIB/asm-all-3.2.jar 
com.googlecode.phpreboot.Main $@

Invalid layout of java.dyn.CallSite at target
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (javaClasses.cpp:48), pid=2110, tid=1604464
#  fatal error: Invalid layout of preloaded class
#
# JRE version: 7.0-b94
# Java VM: Java HotSpot(TM) Client VM (19.0-b01 mixed mode, sharing 
linux-x86 )
# An error report file with more information is saved as:
# /home/forax/java/workspace/phpreboot/hs_err_pid2110.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Abandon (core dumped)

I know that jdk7b92 doesn't exhibit this error.

Rémi


More information about the mlvm-dev mailing list