<i18n dev> RFR: 8263561: Re-examine uses of LinkedList
Thiago Henrique Hüpner
github.com+13357965+thihup at openjdk.java.net
Fri May 21 15:15:15 UTC 2021
On Fri, 21 May 2021 15:00:15 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> src/java.base/share/classes/jdk/internal/util/jar/JarIndex.java line 154:
>>
>>> 152: * @param fileName the key of the mapping
>>> 153: */
>>> 154: public List<String> get(String fileName) {
>>
>> IcedTea-Web seems to be using this method reflectively:
>> https://github.com/AdoptOpenJDK/IcedTea-Web/blob/master/common/src/main/java/net/adoptopenjdk/icedteaweb/jdk89access/JarIndexAccess.java#L80
>
>> IcedTea-Web seems to be using this method reflectively:
>> https://github.com/AdoptOpenJDK/IcedTea-Web/blob/master/common/src/main/java/net/adoptopenjdk/icedteaweb/jdk89access/JarIndexAccess.java#L80
>
> I assume this doesn't work with JDK 16, at least not without using --add-options to export jdk.internal.util.jar.
Just for completeness, they're using the add-exports:
https://github.com/AdoptOpenJDK/IcedTea-Web/blob/master/launchers/itw-modularjdk.args#L19
-------------
PR: https://git.openjdk.java.net/jdk/pull/2744
More information about the i18n-dev
mailing list