RFR: 8311302: Allow for jlinking a custom runtime without packaged modules being present [v10]
Severin Gehwolf
sgehwolf at openjdk.org
Mon Dec 4 19:41:25 UTC 2023
On Tue, 28 Nov 2023 22:00:33 GMT, Mandy Chung <mchung at openjdk.org> wrote:
>> Severin Gehwolf has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Tighten ModifiedFilesExitTest
>>
>> Ensure the error message is reasonable and doesn't include
>> Exceptions presented to the user.
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/AddRunImageResourcesPlugin.java line 159:
>
>> 157: // Filter internal runtime image based link resource file which we
>> 158: // create later on-the-fly
>> 159: return null;
>
> why this one is not excluded in the same way as other plugins?
No specific reason. Updated to be excluded in the same way as other plugins exclude resources.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14787#discussion_r1414399483
More information about the core-libs-dev
mailing list