Feature/open jdk
- May 23, 2019
-
-
Mira Prosovetskaia authored1cb7da6e
-
- May 22, 2019
-
-
Mira Prosovetskaia authoredb7510a94
-
Created by: mira13
To avoid licence violation we must move to open jdk in Java wrapper
move java wrapper to the latest JDK, in order to do it we need only change sun.misc.SharedSecrets lib import and RunWrapper.java call.
Won't work on JDK 11 and 10 as they have SharedSecrets in jdk.internal, and JDK 12 - 13 has this in jdk.access
Needs changes in travis installation (install JDK-13)
If so, do the tests pass/fail?
Have you run the entire test suite and no regression was detected?