Because the Java Packager lives in the JavaFX repository and jlink lives in the JDK repository, changes to the jlink API have caused a lot of headaches. This change introduces a new class for jdk.packager in the jdk.jlink module to coordinate the jlink API changes. This is an interim solution and will go away at at some point in the future when the jdk.packager can be brought into the JDK.
Review: https://java.se.oracle.com/code/cru/CR-JDK9DEV-1361 <https://java.se.oracle.com/code/cru/CR-JDK9DEV-1361> JIRA: https://bugs.openjdk.java.net/browse/JDK-8150990 <https://bugs.openjdk.java.net/browse/JDK-8150990> Thanks, Chris