JavaOne meet-up?
Christian Thalinger
christian.thalinger at oracle.com
Mon Sep 27 07:51:31 PDT 2010
On Mon, 2010-09-27 at 16:35 +0200, Rémi Forax wrote:
> The error seems to be when I convert a boolean to boolean ??
>
> $ bin/phpr.sh -aot test/testfibo.phpr
> testfibo generated !
>
> $java -client -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic
> -Xbootclasspath/p:lib/phpreboot.jar testfibo
> 17711
>
> $java -server -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic
> -Xbootclasspath/p:lib/phpreboot.jar testfibo
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00fdf409, pid=10925, tid=4844400
> #
> # JRE version: 7.0
> # Java VM: Java HotSpot(TM) Server VM (19.0-b06 mixed mode linux-x86 )
> # Problematic frame:
> # V [libjvm.so+0x275409]
> #
> # An error report file with more information is saved as:
> # /home/forax/java/workspace/phpreboot/hs_err_pid10925.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
> Abandon (core dumped)
Hmm, that's weird. I can reproduce the behavior above with b111 but
with a current HotSpot build (HS20b01) I get the "bad adapter"
exception. I hope John knows more about this...
-- Christian
More information about the mlvm-dev
mailing list