On Fri, 1 Nov 2024 17:28:28 GMT, Chen Liang <li...@openjdk.org> wrote:
> Before 8338544, the binary/internal name validation was partial. It missed a > few validations performed by `skipOverFieldSignature`: no empty strings, > leading or trailing or consecutive separator chars. In 8338544, the empty > string validation was incorrectly missed. With your proposed change, all validations are done by `validateBinaryClassName`? ------------- PR Comment: https://git.openjdk.org/jdk/pull/21830#issuecomment-2452296917