Mario,

  That is what i expected(just wanted to verify). Let me know if any
additional information is needed...


Mario Fusco wrote
> 
> In Drools 5.4 we added an optimization that JITs constraints (i.e. compile
> them in bytecode) after they have been evaluated for a given amount of
> times (currently 20). Moreover it is not true that constraints'
> evaluations is made in threads different from the main one. Instead it is
> that jitting process mentioned above that is performed in a different
> threads, so until the optimized version of the constraint isn't ready, the
> main thread isn't blocked but can continue to use the non-jitted one. The
> error you are experiencing is generated during the optimization process
> and that is why you see it happens in different thread. 
> 
> I will try to reproduce the issue you found just now.
> Thank you for reporting this.
> 
> Mario
> 


--
View this message in context: 
http://drools.46999.n3.nabble.com/Drools-5-4-Jitting-Error-tp3999176p3999350.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to