Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Description from JIRA: sun.reflect.ReflectionFactory.newConstructorForSerialization() signature changed in recent JDK9 in incompatible way. So code running on JDK8 using that method won't run on JDK9 anymore without appropriate actions taken.
According to code revision the fix is included. Verified with EAP 6.4.17.CP.CR3
Released on 2017-09-05 as part of the EAP 6.4.17 release.