We are using JLink to create our own jre. While trying to port to java 13 I wanted to take advantage of the new AppCDS changes. The first error I'm hitting is that jlink does not copy over the classes.jsa.
If I manually copy over classes.jsa, I get a different error: A jar file is not the one used while building the shared archive file.
I assume they are both rooted in the fact that I'm not linking in the right module for appCDS. However I can't find any documentation on what that module is. Does anyone have any clues?