Conversion to java.lang.invoke went flawlessly

2011-04-21 Thread Mark Roos
Using b138 on windows and Stephen's 4-4 version Thanks for the easy ride. mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Rémi's ASM 4.0 RC1

2011-04-21 Thread Mark Roos
Thanks for the update ( even if the class names are not orthogonal to invoke dynamic) Two questions on usage In your blog you used MH_GETSTATIC to access the bootstrap. Did you mean to use MH_INVOKESTATIC ? I would like to use a bootstrap signature of: ( no trailing arguments) stat

Re: Test cases related to JSR 292

2011-04-21 Thread Christian Thalinger
On Apr 12, 2011, at 7:04 PM, fo...@x9c.fr wrote: > Dear list, > > Is there a blessed set of class files that exhibit the various > possible uses of the JSR 292 features. Such a set would be > very useful to me in order to test an assembler/disassembler > tool. > > Thanks in advance for any pointe

Re: new Mac OS X mlvm build: 2011_04_04

2011-04-21 Thread Christian Thalinger
On Apr 5, 2011, at 9:41 PM, Ola Bini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-04-05 09.07, Rémi Forax wrote: >> Basically in constant() bindTo(x) should be replaced by >> insertArguments(0, x) >> Because bindTo requires that the first argument is an object. >> Here it'

bad class file crash the VM

2011-04-21 Thread Coleen Phillimore
Hi, I'm looking at this crash http://mail.openjdk.java.net/pipermail/mlvm-dev/2011-January/002268.html but the test doesn't run anymore because the name of the classes have changed from java/dyn/CallSite to java/lang/invoke. Can you send me an updated test? thanks, Coleen

Re: Test cases related to JSR 292

2011-04-21 Thread fo...@x9c.fr
Le 21 avr. 2011 à 10:32, Christian Thalinger a écrit : > On Apr 12, 2011, at 7:04 PM, fo...@x9c.fr wrote: >> Dear list, >> >> Is there a blessed set of class files that exhibit the various >> possible uses of the JSR 292 features. Such a set would be >> very useful to me in order to test an asse

Re: Test cases related to JSR 292

2011-04-21 Thread John Rose
On Apr 21, 2011, at 9:41 AM, fo...@x9c.fr wrote: > Thanks for the information. > I wondered whether the EG had a "hidden" set of tests cases... I think there are two "hidden" sets, neither of which are (AFAIK) open source: There is an engineering group in Oracle which is developing JCK tests.

Re: Test cases related to JSR 292

2011-04-21 Thread fo...@x9c.fr
Le 21 avr. 2011 à 19:07, John Rose a écrit : > On Apr 21, 2011, at 9:41 AM, fo...@x9c.fr wrote: > >> Thanks for the information. >> I wondered whether the EG had a "hidden" set of tests cases... > > I think there are two "hidden" sets, neither of which are (AFAIK) open > source: There is an e

Coroutines available in OSX buld?

2011-04-21 Thread Mark Roos
Are Lucas' coroutines supported in the latest mac build? If so do I have to do something to enable them? If not are they in b138? They look like a good fit for my Smalltalk processes mark ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://ma

Re: Coroutines available in OSX buld?

2011-04-21 Thread Stephen Bannasch
At 12:28 PM -0700 4/21/11, Mark Roos wrote: >Are Lucas' coroutines supported in the latest mac build? > >If so do I have to do something to enable them? > >If not are they in b138? > >They look like a good fit for my Smalltalk processes Last time I tried including the coro patch with mlvm compil

Re: Test cases related to JSR 292

2011-04-21 Thread Rémi Forax
On 04/21/2011 09:20 PM, fo...@x9c.fr wrote: > Le 21 avr. 2011 à 19:07, John Rose a écrit : > >> On Apr 21, 2011, at 9:41 AM, fo...@x9c.fr wrote: >> >>> Thanks for the information. >>> I wondered whether the EG had a "hidden" set of tests cases... >> I think there are two "hidden" sets, neither of w

Re: Rémi's ASM 4.0 RC1

2011-04-21 Thread Rémi Forax
On 04/21/2011 09:59 AM, Mark Roos wrote: Thanks for the update ( even if the class names are not orthogonal to invoke dynamic) Two questions on usage In your blog you used MH_GETSTATIC to access the bootstrap. Did you mean to use MH_INVOKESTATIC ? Yes ! I would like to use a bootstrap

Re: Coroutines available in OSX buld?

2011-04-21 Thread John Rose
On Apr 21, 2011, at 12:28 PM, Mark Roos wrote: > If so do I have to do something to enable them? > > If not are they in b138? > > They look like a good fit for my Smalltalk processes The coro stuff is probably a good fit for you. The 292 work is probably stepping on coro's toes in the mlvm

Re: bad class file crash the VM

2011-04-21 Thread Rémi Forax
On 04/21/2011 04:28 PM, Coleen Phillimore wrote: Hi, I'm looking at this crash http://mail.openjdk.java.net/pipermail/mlvm-dev/2011-January/002268.html but the test doesn't run anymore because the name of the classes have changed from java/dyn/CallSite to java/lang/invoke. Can you send me an u

Re: Rémi's ASM 4.0 RC1

2011-04-21 Thread Mark Roos
Thanks Rémi Yes my Java is about as good as my French mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: Test cases related to JSR 292

2011-04-21 Thread fo...@x9c.fr
Le 21 avr. 2011 à 21:36, Rémi Forax a écrit : > On 04/21/2011 09:20 PM, fo...@x9c.fr wrote: >> Le 21 avr. 2011 à 19:07, John Rose a écrit : >> >>> On Apr 21, 2011, at 9:41 AM, fo...@x9c.fr wrote: >>> Thanks for the information. I wondered whether the EG had a "hidden" set of tests cas