]
James Perkins updated WFCORE-4055:
----------------------------------
Fix Version/s: 6.0.0.CR4
(was: 6.0.0.CR3)
Activate jdk.unsupported module on modular JDK by default
---------------------------------------------------------
Key: WFCORE-4055
URL:
https://issues.jboss.org/browse/WFCORE-4055
Project: WildFly Core
Issue Type: Bug
Components: Management, Security, Server, Test Suite
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: 6.0.0.CR4
WildFlySecurityManager uses sun.misc.Unsafe.
Unsafe works only with jdk.unsupported module enabled.
jdk.unsupported is not resolved by default so we need to activate it.