[
https://issues.jboss.org/browse/WFCORE-4055?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise edited comment on WFCORE-4055 at 8/22/18 6:22 AM:
-----------------------------------------------------------------------
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 (modular context). jdk.unsupported contained classes are resolved when running
with JDK 11 and accessed from the classpath.
was (Author: jdenise):
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)