RFR: 8321413: IllegalArgumentException: Code length outside the allowed range while creating a jlink image [v3]

Henry Jen henryjen at openjdk.org
Fri Oct 4 18:15:37 UTC 2024


On Wed, 2 Oct 2024 00:20:32 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> Henry Jen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Missing from last commit
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/SystemModulesPlugin.java line 1714:
> 
>> 1712:             }
>> 1713: 
>> 1714:             class SetReference<T extends Comparable<T>> implements Comparable<SetReference<T>> {
> 
> The class name `SetReference` is not obvious what it does.   A comment would be helpful.

Added, please let me know any suggestions or questions.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21022#discussion_r1788117665


More information about the core-libs-dev mailing list