Bug 1233976

Summary: Operators on java.lang.Comparable object doesn't work if JIT is enable
Product: [Retired] JBoss BRMS Platform 6 Reporter: Alessandro Lazarotti <alazarot>
Component: BREAssignee: Mario Fusco <mfusco>
Status: CLOSED EOL QA Contact: Marek Winkler <mwinkler>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: agiertli, mfusco
Target Milestone: ER4   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1233978 (view as bug list) Environment:
Last Closed: 2020-03-27 20:04:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1233978    
Attachments:
Description Flags
reproducer none

Description Alessandro Lazarotti 2015-06-19 22:00:44 UTC
Description of problem:
It is the same problem reported at https://issues.jboss.org/browse/DROOLS-37, but it was not really solved.

As commented at: 
https://issues.jboss.org/browse/DROOLS-37?focusedCommentId=12928781&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12928781

.. the fix only works for parameterized types. If the compareTo uses as method signature plain objects, it does not work.

Version-Release number of selected component (if applicable):
6.2


How reproducible:
Always after that JIT is called.

Steps to Reproduce:
1. Run the attached reproducer please. After some cycles the issue happens


Actual results:
Exception in thread "main" java.lang.NoSuchMethodError: org.joda.time.LocalDate.compareTo(Lorg/joda/time/LocalDate;)I
org.drools.rule.constraint.MvelConstraint.evaluate(MvelConstraint.java:200)

Expected results:
Rule execution working


Additional info:

Comment 1 Alessandro Lazarotti 2015-06-19 22:03:14 UTC
Created attachment 1041069 [details]
reproducer

Comment 3 Mario Fusco 2015-08-10 14:27:54 UTC
Fixed on master by https://github.com/droolsjbpm/drools/commit/9a94c0c8f

Comment 4 Marek Winkler 2015-10-23 14:10:15 UTC
Verified in BRMS 6.2.0 ER4.