On Mon, 21 Jul 2025 20:44:58 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Got it. Could you have this hook in a private class method or a static >> public method? >> Maybe it can be reused in another points? > >> Maybe it can be reused in another points? > > ClassFileFormatVersion and Optional are more user-oriented classes; internal > code don't really ever use these two types, so I don't think you need to > extract this logic specifically. I mean about the rule the version - similar to isSupportedClassFileVersion method ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26406#discussion_r2220292747