Richard Opalka created WFCORE-1490:
--------------------------------------
Summary: JDK9 removes support for sun.boot.class.path
Key: WFCORE-1490
URL:
https://issues.jboss.org/browse/WFCORE-1490
Project: WildFly Core
Issue Type: Bug
Components: JMX
Affects Versions: 2.1.0.Final
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: 3.0.0.Alpha1
Cite from:
http://openjdk.java.net/jeps/261
_*Removed: Bootstrap class-path options*
In earlier releases the -Xbootclasspath option allows the default bootstrap class path to
be overridden, and the -Xbootclasspath/p option allows a sequence of files and directories
to be prepended to the default path. The computed value of this path is reported via the
JDK-specific system property sun.boot.class.path.
With the module system in place there is no longer a bootstrap class path as such, so the
javac compiler only supports the -Xbootclasspath option in legacy mode, the java launcher
no longer supports either option, and the system property sun.boot.class.path will be
removed._
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)