Le 26/01/2010 09:46, Daniel Latrémolière a écrit : > When trying MLVM, I have make the following test as in attachment > "Test.java". > > I have compiled and runned it three times (cf. "cmd.log") with bad > expected behaviour (only partial loop, not running up to 100000), and > one time with a crash (cf. "hs_err_pid1008.log"). > > Are these problems already known bugs? > > Thank you very much, > > Daniel.
Daniel, your test do a lot of String creation/parsing, I am almost certain that your test test more the GC that the method handle. try: java -verbose:gc ... Rémi _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
