RE: Groovy Compiler

2024-12-16 Thread James Poli via users
Thanks, Daniel; I'll give it a try.  Regards, Jim -Original Message- From: Daniel Sun Sent: Sunday, December 15, 2024 7:57 PM To: users@groovy.apache.org Subject: Re: Groovy Compiler EXTERNAL try setting the following system property for groovy compilation: -Dgroovy.target.byt

Re: Groovy Compiler

2024-12-16 Thread Tommy Svensson
latest backwards compatible. Tommy Svensson to...@natusoft.se Från: Jochen Theodorou Svara: users@groovy.apache.org Datum: 15 december 2024 at 19:11:05 Till: users@groovy.apache.org Ämne:  Re: Groovy Compiler On 13.12.24 01:14, James Poli via users wrote: > Our company

Re: Groovy Compiler

2024-12-15 Thread Daniel Sun
try setting the following system property for groovy compilation: -Dgroovy.target.bytecode=1.8 Cheers, Daniel Sun On 2024/12/13 00:14:39 James Poli via users wrote: > Our company has upgraded to Groovy 4 and JDK 21. However, one platform we > support, MVS, only supports a JDK 8 runtime. > > Wh

Re: Groovy Compiler

2024-12-15 Thread Jochen Theodorou
On 13.12.24 01:14, James Poli via users wrote: Our company has upgraded to Groovy 4 and JDK 21. However, one platform we support, MVS, only supports a JDK 8 runtime. When running a class compiled with Groovy 4, an exception results: ... java.lang.UnsupportedClassVersionError: JVMCFRE199E bad ma

Re: Groovy compiler bug in 3.0.0-rc-3 and 3.0.0 works in 3.0.0-beta-3.

2020-02-15 Thread Tommy Svensson
Of course I should do a JIRA issue!!! The wine, booze, and beer yesterday comes in handy to blame ... /Tommy Från: Daniel.Sun Svara: users@groovy.apache.org Datum: 15 februari 2020 at 17:59:14 Till: us...@groovy.incubator.apache.org Ämne:  Re: Groovy compiler bug in 3.0.0-rc-3 and 3.0.0

Re: Groovy compiler bug in 3.0.0-rc-3 and 3.0.0 works in 3.0.0-beta-3.

2020-02-15 Thread Daniel.Sun
Hi Tommy, Please submit a JIRA ticket with a sample code to reproduce the issue. Here the link to JIRA: https://issues.apache.org/jira/projects/GROOVY/summary Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent f

Re: Groovy compiler configuration BytecodeProcessor

2017-03-30 Thread Cherif Gouiaa
OK. Thanks for the (fast) response. Actually, I just need to confirm that there is no way to limit the amount of memory which a sandboxed groovy script will use. (By the way, the sandbox is based on your blog post )... 2017-03-30 13:18 GMT+01:0

Re: Groovy compiler configuration BytecodeProcessor

2017-03-30 Thread Cédric Champeau
It can be used for various purposes: dumping the generated bytecode, post-processing it (to avoid runtime instrumentation), storing generated bytecode on disk, ... As for memory size a groovy script will allocate, this statement is too blury: the only thing you can measure is the size of the genera