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

Mandy Chung mchung at openjdk.org
Fri Dec 20 22:44:47 UTC 2024


On Fri, 4 Oct 2024 18:13:11 GMT, Henry Jen <henryjen at openjdk.org> wrote:

>> 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.

What about `RefCountedSet`?

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

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


More information about the core-libs-dev mailing list