]
Jean-Francois Denise commented on WFCORE-4055:
----------------------------------------------
Are you experiencing the issue on JDK11 in all cases?
My investigations on JDK 11 show that the issue only shows up in the context of jconsole
plugins. jdk.unsupported contained classes are resolved when running with JDK 11.
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.CR3
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.