Some things should never or only rarely be loaded during runtime and we could win some small cold startup and footprint characteristics by putting them at the end of the jimage archive.
For example, --order-resources could take a suffix-patterns that will be separated from the default argument by the parser:
--order-resources=@classlist,/java.base/java/*:suffix-patterns=/jdk.jlink/*,/java.corba/*,*module-info.class*
For example, --order-resources could take a suffix-patterns that will be separated from the default argument by the parser:
--order-resources=@classlist,/java.base/java/*:suffix-patterns=/jdk.jlink/*,/java.corba/*,*module-info.class*