Re: Bug in catchException()

2009-09-09 Thread Attila Szegedi
On 2009.09.09., at 0:15, John Rose wrote: > The root cause is a known bug. One workaround is to put your app. > classes on the boot CP. The bug happens when app. class names appear > in signatures of methods referred to by direct MHs or by MH.invoke. Yeah, I noticed that elsewhere too -- tried

hg: mlvm/mlvm/hotspot: indy.compiler.inline: Various bugfixes and improvements.

2009-09-09 Thread Christian . Thalinger
Changeset: 992cf4a18b98 Author:twisti Date: 2009-09-09 15:04 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/992cf4a18b98 indy.compiler.inline: Various bugfixes and improvements. ! indy.compiler.inline.patch ___ mlvm-dev mail

Re: C/C++ mismatches with PTR_FORMAT

2009-09-09 Thread Christian Thalinger
Raffaello Giulietti wrote: > Hi, > > the 4.3.3 gcc compiler I'm using statically checks format specifications > in the *printf family of functions. While building the *debug* version > of the mlvm, the build stops with 4 errors about a mismatch between a > format specification and the actual argum

hg: mlvm/mlvm/hotspot: meth.walker: Fixed GCC compile problem.

2009-09-09 Thread Christian . Thalinger
Changeset: bdf19b7a46a2 Author:twisti Date: 2009-09-09 15:23 +0200 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/bdf19b7a46a2 meth.walker: Fixed GCC compile problem. ! meth.walker.patch ___ mlvm-dev mailing list mlvm-dev@openjdk.

still no fun with invokedynamic

2009-09-09 Thread Jochen Theodorou
hi all, I am in urgend need of an actual VM with MethodHandles, but this is as always quuite complicated. This time I created a chroot envrionment for 32 bit, that was where I last time had to stop. I managed to get it compiled by the patch that was provided here 5 months ago and finally had a

Re: still no fun with invokedynamic

2009-09-09 Thread Rémi Forax
Le 09/09/2009 20:42, Jochen Theodorou a écrit : > hi all, > > I am in urgend need of an actual VM with MethodHandles, but this is as > always quuite complicated. This time I created a chroot envrionment for > 32 bit, that was where I last time had to stop. I managed to get it > compiled by the patc

Re: still no fun with invokedynamic

2009-09-09 Thread Jochen Theodorou
Rémi Forax schrieb: > Le 09/09/2009 20:42, Jochen Theodorou a écrit : >> hi all, >> >> I am in urgend need of an actual VM with MethodHandles, but this is as >> always quuite complicated. This time I created a chroot envrionment for >> 32 bit, that was where I last time had to stop. I managed to ge

Re: still no fun with invokedynamic

2009-09-09 Thread Jochen Theodorou
Jochen Theodorou schrieb: > Rémi Forax schrieb: >> Le 09/09/2009 20:42, Jochen Theodorou a écrit : >>> hi all, >>> >>> I am in urgend need of an actual VM with MethodHandles, but this is as >>> always quuite complicated. This time I created a chroot envrionment for >>> 32 bit, that was where I last

Re: still no fun with invokedynamic

2009-09-09 Thread Rémi Forax
Le 09/09/2009 20:55, Jochen Theodorou a écrit : > Jochen Theodorou schrieb: > >> Rémi Forax schrieb: >> >>> Le 09/09/2009 20:42, Jochen Theodorou a écrit : >>> hi all, I am in urgend need of an actual VM with MethodHandles, but this is as always quuite complica

Re: still no fun with invokedynamic

2009-09-09 Thread Jochen Theodorou
Rémi Forax schrieb: [...] > and > > java -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic FidgetDemo java -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic FidgetDemo > # > # A fatal error has been detected by the Java Runtime Environment: > # > # Internal Error (methodHan

Re: still no fun with invokedynamic

2009-09-09 Thread Charles Oliver Nutter
Client often crashes for me still. Try -server. On Thu, Sep 10, 2009 at 3:42 AM, Jochen Theodorou wrote: > hi all, > > I am in urgend need of an actual VM with MethodHandles, but this is as > always quuite complicated. This time I created a chroot envrionment for > 32 bit, that was where I last ti

Re: still no fun with invokedynamic

2009-09-09 Thread Jochen Theodorou
Charles Oliver Nutter schrieb: > Client often crashes for me still. Try -server. same game bye Jochen -- Jochen "blackdrag" Theodorou The Groovy Project Tech Lead (http://groovy.codehaus.org) http://blackdragsview.blogspot.com/ ___ mlvm-dev mailing l

Re: [jvm-l] Re: are there any invokedynamic enabled JVMs out there?

2009-09-09 Thread Rémi Forax
Le 10/09/2009 01:56, Jochen Theodorou a écrit : > Rémi Forax schrieb: > [...] >> Try with this jar :) >> (it contains java.dyn/sun.dyn) >> >> /usr/jdk/jdk1.7.0/bin/java -davinci-server >> -Xbootclasspath/p:jdk7-jsr292.jar -XX:+UnlockExperimentalVMOptions >> -XX:+EnableInvokeDynamic FidgetDemo > >