| Summary: | Error jitting a compareTo constraint | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Anton Giertli <agiertli> | ||||
| Component: | BRE | Assignee: | Mario Fusco <mfusco> | ||||
| Status: | CLOSED EOL | QA Contact: | Marek Winkler <mwinkler> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.2.0 | ||||||
| Target Milestone: | DR1 | ||||||
| Target Release: | 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1294424 (view as bug list) | Environment: | |||||
| Last Closed: | 2020-03-27 19:02:03 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1294424 | ||||||
| Attachments: |
|
||||||
|
Description
Anton Giertli
2015-12-22 09:48:48 UTC
This is not the same issue as reported in here https://bugzilla.redhat.com/show_bug.cgi?id=1233976 the reproducer attached in here, fails when using 6.2.0 There is one workaround available - disable jitting. System.setProperty("drools.jittingThreshold", "-1"); This workaround is only applicable on 6.2.0 and not for previous versions. Fixed on master by https://github.com/droolsjbpm/drools/commit/b7eb61aa4cbe484697f089076f4205ed3b25a1c0 Verified in BRMS 6.3.0.ER1. |