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

Henry Jen henryjen at openjdk.org
Fri Dec 13 23:27:39 UTC 2024


On Fri, 13 Dec 2024 23:06:47 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/SystemModulesPlugin.java line 1136:
>> 
>>> 1134:             /*
>>> 1135:              * SetReference count references to the set, and use LoadableSet under the hood to
>>> 1136:              * support paginiation as needed.
>> 
>> Suggestion:
>> 
>>              * support pagination as needed.
>
> The code has been refactored.  The comment should be updated to reflect the new code?

Will do a pass in next commit, I want to see if this refactoring favorable.

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

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


More information about the core-libs-dev mailing list