On Mon, 1 Dec 2025 15:58:38 GMT, Nizar Benalla <[email protected]> wrote:

>> src/java.base/share/classes/java/lang/reflect/ClassFileFormatVersion.java 
>> line 382:
>> 
>>> 380:      *
>>> 381:      * @see <a
>>> 382:      * 
>>> href="https://docs.oracle.com/en/java/javase/26/docs/specs/jvms/index.html";>
>> 
>> This change should be included in the codebase for JDK 26. You can create a 
>> new issue for this, and commit this change before this PR is integrated.
>
> Great idea Chen, I will open a PR for this today

Better to use a relative url now and stop bumping the version with each 
release: 


href="../../../../specs/jvms/index.html"


(Check my work on the number of dots, may be one or two off.)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28130#discussion_r2579082529

Reply via email to