On Tue, 16 Jun 2026 17:50:40 GMT, Chen Liang <[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. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2557#discussion_r3424058175
