Martin C. Martin | 18 Jul 17:04

[groovy-user] Groovy on alternate JVMs

Has anyone tried Groovy on JVMs other than HotSpot?  Any success or failure?

Best,
Martin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Prystash,John | 18 Jul 17:15

RE: [groovy-user] Groovy on alternate JVMs


I've used OpenJDK 6 a bit without problems 

-----Original Message-----
From: Martin C. Martin [mailto:martin@...] 
Sent: Friday, July 18, 2008 11:07 AM
To: user@...
Subject: [groovy-user] Groovy on alternate JVMs

Has anyone tried Groovy on JVMs other than HotSpot?  Any success or
failure?

Best,
Martin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Prystash,John | 18 Jul 19:37

RE: [groovy-user] Groovy on alternate JVMs


..which uses HotSpot nevermind 

-----Original Message-----
From: Prystash,John 
Sent: Friday, July 18, 2008 11:15 AM
To: 'user@...'
Subject: RE: [groovy-user] Groovy on alternate JVMs

I've used OpenJDK 6 a bit without problems 

-----Original Message-----
From: Martin C. Martin [mailto:martin@...]
Sent: Friday, July 18, 2008 11:07 AM
To: user@...
Subject: [groovy-user] Groovy on alternate JVMs

Has anyone tried Groovy on JVMs other than HotSpot?  Any success or
failure?

Best,
Martin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

---------------------------------------------------------------------
To unsubscribe from this list, please visit:
(Continue reading)

Alex Tkachman | 18 Jul 17:34

Re: [groovy-user] Groovy on alternate JVMs

I work hard to avoid anything Sun-specific.

On Fri, Jul 18, 2008 at 7:07 PM, Martin C. Martin
<martin@...> wrote:
> Has anyone tried Groovy on JVMs other than HotSpot?  Any success or failure?
>
> Best,
> Martin
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Martin C. Martin | 18 Jul 18:10

Re: [groovy-user] Groovy on alternate JVMs

Thanks, I think the community appreciates it, I know I do.

I suspect the problems would be more to do with the immaturity of the 
JVMs, e.g. not having all the standard JDK library classes, or something 
like that.

Best,
Martin

Alex Tkachman wrote:
> I work hard to avoid anything Sun-specific.
> 
> On Fri, Jul 18, 2008 at 7:07 PM, Martin C. Martin
> <martin@...> wrote:
>> Has anyone tried Groovy on JVMs other than HotSpot?  Any success or failure?
>>
>> Best,
>> Martin
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
(Continue reading)

Alex Tkachman | 18 Jul 19:13

Re: [groovy-user] Groovy on alternate JVMs

Sorry my stupid mis-print of non-native speaker. I obviously meants
"WE work hard"

On Fri, Jul 18, 2008 at 8:10 PM, Martin C. Martin
<martin@...> wrote:
> Thanks, I think the community appreciates it, I know I do.
>
> I suspect the problems would be more to do with the immaturity of the JVMs,
> e.g. not having all the standard JDK library classes, or something like
> that.
>
> Best,
> Martin
>
> Alex Tkachman wrote:
>>
>> I work hard to avoid anything Sun-specific.
>>
>> On Fri, Jul 18, 2008 at 7:07 PM, Martin C. Martin
>> <martin@...> wrote:
>>>
>>> Has anyone tried Groovy on JVMs other than HotSpot?  Any success or
>>> failure?
>>>
>>> Best,
>>> Martin
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
(Continue reading)

Danno Ferrin | 18 Jul 18:47

Re: [groovy-user] Groovy on alternate JVMs

Harmony crashes and burns right now, I think we are too harsh (but well within spec) on the reflection and generated bytecode for it right now. 

There have been bugs posted and fixed against IBM's jvm, it seems to work fine now.

JRockit has just come back out but it is on life support it seems, only licensed to run Oracle products right now.

GCJ has occasional issues with us generating bytecode on the fly, but that is by the nature of GCJ.

Any other notable JVMs?

On Fri, Jul 18, 2008 at 9:07 AM, Martin C. Martin <martin-i949vRgkDusU9HFyfbEPPQC/G2K4zDHf@public.gmane.org> wrote:
Has anyone tried Groovy on JVMs other than HotSpot?  Any success or failure?

Best,
Martin


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email





--
------------------------------------------------------
I'm Danno Ferrin, and I approved this message.
Martin C. Martin | 18 Jul 18:54

Re: [groovy-user] Groovy on alternate JVMs

Thanks!

Well, there are a lot listed here:

http://en.wikipedia.org/wiki/List_of_Java_virtual_machines

I'm not sure which ones count as notable.  Personally I'm only 
interested in Linux (or *maybe* Windows ones), but I'm sure others would 
be interested too.

*Building* Groovy fails with gij or gcj:

BUILD FAILED
/home/martin/panjiva/groovy-core/config/ant/build-maven.xml:71: 
javax.xml.transform.TransformerConfigurationException: no xsl:version 
attribute on literal result node

But I guess that's less important.

Best,
Martin

Danno Ferrin wrote:
> Harmony crashes and burns right now, I think we are too harsh (but well 
> within spec) on the reflection and generated bytecode for it right now. 
> 
> There have been bugs posted and fixed against IBM's jvm, it seems to 
> work fine now.
> 
> JRockit has just come back out but it is on life support it seems, only 
> licensed to run Oracle products right now.
> 
> GCJ has occasional issues with us generating bytecode on the fly, but 
> that is by the nature of GCJ.
> 
> Any other notable JVMs?
> 
> On Fri, Jul 18, 2008 at 9:07 AM, Martin C. Martin 
> <martin@...
<mailto:martin@...>> wrote:
> 
>     Has anyone tried Groovy on JVMs other than HotSpot?  Any success or
>     failure?
> 
>     Best,
>     Martin
> 
> 
>     ---------------------------------------------------------------------
>     To unsubscribe from this list, please visit:
> 
>       http://xircles.codehaus.org/manage_email
> 
> 
> 
> 
> 
> -- 
> ------------------------------------------------------
> I'm Danno Ferrin, and I approved this message.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Gmane