Rémi Forax wrote: > Raffaello Giulietti a écrit : >> Sorry if I insist. >> >> Can anybody try the code on a jvm built from the sources? Before I start >> gathering all the pieces together to build my own jvm, I would like to >> know if it is worth doing by being ensured that the code is correct and >> that the binary snapshot I'm using is the real cause of the crash. >> >> I guess it is one minute work to compile and run the code. >> >> Thank you in advance >> >> > > Sorry for not answering before, It's a known bug and it's already fixed in > the mlvm workspace. > Threre is a known workaround, put your class (Main.class) in the > boostrap classpath > (with -Xbootclasspath/p:path_to_Main_dot_class). > > cheers, > Rémi >
That's it! Thank you, Rémi C'est ça! Merci, Rémi _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
