bug in gaming with MLVM
Rémi Forax
forax at univ-mlv.fr
Tue Jan 26 01:54:50 PST 2010
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
More information about the mlvm-dev
mailing list