Disable JIT in Drools 6.2 with Java 8
We are working with Drools version 6.2.0.Final for parsing some of our rules. But sometimes when we have a lot of runs, Drools invokes the JIT compiler which is causing failures. We have this covered in our Junit tests and we are getting the following error java.lang.NoSuchMethodError: org.mvel2.compiler.BlankLiteral.<init>(Ljava/lang/String;)V at ConditionEvaluatoref4dc802b6174038b0307f5e6196e229.evaluate(Unknown Source) at org.drools.core.rule.constraint.MvelConstraint.evaluate(MvelConstraint.java:248) at org.drools.core.rule.constraint.MvelConstraint.isAllowed(MvelConstraint.java:204) at