On Tue, 16 Jun 2026 21:10:55 GMT, ExE Boss <[email protected]> wrote:

>> Address some ClassFile API problems:
>> 
>> 1. Missing symbolic representation of LoadableDescriptors, throws spec fixes
>> 2. Fallback to regular parsing for older preview for AccessFlagsImpl
>> 3. ClassRemapperImpl and RebuildingTransformation
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> src/java.base/share/classes/jdk/internal/classfile/impl/Util.java line 204:
> 
>> 202:     }
>> 203: 
>> 204:     public static List<Utf8Entry> fieldDescriptorList(List<? extends 
>> ClassDesc> list) {
> 
> This probably needs a separate code path for non‑`RandomAccess` list 
> implementations.

This issue is present in mainline and I don't think I will change it here; see 
https://bugs.openjdk.org/browse/JDK-8386802

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2557#discussion_r3424432583

Reply via email to