[rules-users] switching off JIT compiler in 5.4.0.Final

2012-10-02 Thread Willem van Asperen
Dear List,

Does anyone know of a way to disable JIT in 5.4.0.Final? There is a snag 
in that version that seems to not play nice with my application. If 
there is a way to disable it then I could just bridge the time until 
5.4.1.Final is released.

I have tried the following:

-Dmvel.disable.jit=true

and

-Ddrools.permgenThreshold=0

but still the same issue.

Thanks,
Willem
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] switching off JIT compiler in 5.4.0.Final

2012-10-02 Thread Jean-Paul Shemali

Hi Willem,

The only thing that I managed to do before Mario fixed the issue for me in 
5.4.1.Final was to include a modified version of MvelConstraint in my own code 
(of course earlier in the classpath so that it replaced the one from drools) 
and changing the value of static member JIT_THRESOLD to Integer.MAX_VALUE

Quick hoax, but it could help

 Date: Tue, 2 Oct 2012 08:20:53 +0200
 From: wil...@van.asperen.org
 To: rules-users@lists.jboss.org
 Subject: [rules-users] switching off JIT compiler in 5.4.0.Final
 
 Dear List,
 
 Does anyone know of a way to disable JIT in 5.4.0.Final? There is a snag 
 in that version that seems to not play nice with my application. If 
 there is a way to disable it then I could just bridge the time until 
 5.4.1.Final is released.
 
 I have tried the following:
 
 -Dmvel.disable.jit=true
 
 and
 
 -Ddrools.permgenThreshold=0
 
 but still the same issue.
 
 Thanks,
 Willem
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users
  ___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] switching off JIT compiler in 5.4.0.Final

2012-10-02 Thread Willem van Asperen

Hi Jean-Paul,

Thanks. Very helpful. I'll give it a try.

I think the next obvious question is: when do we expect 5.4.1.Final to 
be released? I've looked in the maven repository but it's not there (yet).


Regards,
Willem

On 10/02/2012 10:57 AM, Jean-Paul Shemali wrote:

Hi Willem,

The only thing that I managed to do before Mario fixed the issue for 
me in 5.4.1.Final was to include a modified version of MvelConstraint 
in my own code (of course earlier in the classpath so that it replaced 
the one from drools) and changing the value of static member 
JIT_THRESOLD to Integer.MAX_VALUE


Quick hoax, but it could help

 Date: Tue, 2 Oct 2012 08:20:53 +0200
 From: wil...@van.asperen.org
 To: rules-users@lists.jboss.org
 Subject: [rules-users] switching off JIT compiler in 5.4.0.Final

 Dear List,

 Does anyone know of a way to disable JIT in 5.4.0.Final? There is a 
snag

 in that version that seems to not play nice with my application. If
 there is a way to disable it then I could just bridge the time until
 5.4.1.Final is released.

 I have tried the following:

 -Dmvel.disable.jit=true

 and

 -Ddrools.permgenThreshold=0

 but still the same issue.

 Thanks,
 Willem
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users