Closed lgwagner closed 3 years ago
JKind 4.4.1 (and earlier) has an issue translating condacts when using Java 9+.
This issue is related the concurrent modification exception when using the computeIfAbsent method of Java maps. The issue is described here.
https://stackoverflow.com/questions/54824656/since-java-9-hashmap-computeifabsent-throws-concurrentmodificationexception-on
Fixed in commit:
https://github.com/loonwerks/jkind/commit/4e40134ef97cb4006fb19c8efcc2497ee719aacb
JKind 4.4.1 (and earlier) has an issue translating condacts when using Java 9+.
This issue is related the concurrent modification exception when using the computeIfAbsent method of Java maps. The issue is described here.
https://stackoverflow.com/questions/54824656/since-java-9-hashmap-computeifabsent-throws-concurrentmodificationexception-on