On Fri, 16 Jun 2023 23:18:48 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Mandy Chung has updated the pull request incrementally with one additional >> commit since the last revision: >> >> review comment > > src/java.base/share/classes/java/lang/Class.java line 443: > >> 441: * <p> If {@code name} denotes an array class whose element type >> 442: * is a class or interface, the name consists of one or more {@code >> '['} >> 443: * followed by the binary name of the element type and {@code ';'}, > > There's an L between [ and component binary name, like [Ljava.lang.Object; Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14528#discussion_r1232894754