David Schlosnagle schrieb: > Jochen, > > Since it works with -Xint, it sounds like it could be a problem with the > generated compiled code. You may want to try reproduce with > -XX:+PrintCompilation and some other flags [1] to gather additional > information. I don't have access to a Windows 64-bit box right now, but > I wasn't able to recreate with 1.6.u13 64-bit on Mac OS X/Intel.
yeah, the MAC version is confirmed to be working. The linux version of the VM is working too. Btw, it turned out only the String.format call is enough to trigger the problem. > set JAVA_OPTS="-Xcomp -Xbatch -XX:+PrintCompilation > -XX:+ShowMessageBoxOnError" > groovy test.groovy > > [1]: http://blogs.sun.com/watt/resource/jvm-options-list.html will try bye blackdrag -- Jochen "blackdrag" Theodorou The Groovy Project Tech Lead (http://groovy.codehaus.org) http://blackdragsview.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
