]
Tomaz Cerar updated WFLY-3854:
------------------------------
Priority: Minor (was: Major)
Make it build on JDK9
---------------------
Key: WFLY-3854
URL:
https://issues.jboss.org/browse/WFLY-3854
Project: WildFly
Issue Type: Task
Components: Build System
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Priority: Minor
Fix For: 9.0.0.Beta1
Currently wildfly doesn't build on JDK9 mostly because of passing
-XX:MaxPermSize=xxx
It was deprecated in 8 and removed in 9.
We should add two profiles that would take care of that.