[
https://issues.apache.org/jira/browse/IGNITE-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639761#comment-16639761
]
ASF GitHub Bot commented on IGNITE-9684:
----------------------------------------
GitHub user tledkov-gridgain opened a pull request:
https://github.com/apache/ignite/pull/4918
IGNITE-9684: JDK9: pass JVM options to created process at HadoopComma…
…ndLineTest#createProcessBuilder
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9684
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4918.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4918
----
commit 5643ab12a7eff03fe7c230eee1c849664b4eb71a
Author: tledkov-gridgain <tledkov@...>
Date: 2018-09-26T08:41:07Z
IGNITE-9684: JDK9: pass JVM options to created process at
HadoopCommandLineTest#createProcessBuilder
----
> JDK9: pass JVM options to created process at
> HadoopCommandLineTest#createProcessBuilder
> ---------------------------------------------------------------------------------------
>
> Key: IGNITE-9684
> URL: https://issues.apache.org/jira/browse/IGNITE-9684
> Project: Ignite
> Issue Type: Task
> Affects Versions: 2.6
> Reporter: Taras Ledkov
> Assignee: Taras Ledkov
> Priority: Major
> Labels: jdk9
> Fix For: 2.7
>
>
> To support JDK9 the JVM options must be passed to created process:
> see {{HadoopCommandLineTest#createProcessBuilder}}
> Because lauched process fails with
> {code}
> IllegalAccessException: class org.apache.ignite.internal.util.GridUnsafe
> cannot access class jdk.internal.misc.SharedSecrets (in module java.base)
> because module java.base does not export jdk.internal.misc to unnamed module
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)