RFR: 8347762: ClassFile attribute specification refers to non-SE modules [v2]

Chen Liang liach at openjdk.org
Wed Jan 15 04:57:03 UTC 2025


On Wed, 15 Jan 2025 04:53:46 GMT, Chen Liang <liach at openjdk.org> wrote:

>> The new API specification for class file attributes link to non-SE modules of jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. This patch removes those links and replace them with plain module name references.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update src/java.base/share/classes/java/lang/classfile/attribute/SourceIDAttribute.java

src/java.base/share/classes/java/lang/classfile/attribute/SourceIDAttribute.java line 49:

> 47:  * <p>
> 48:  * This attribute is not predefined in the Java SE Platform.  This is a
> 49:  * JDK-specific nonstandard attribute produced bythe reference implementation

Suggestion:

 * JDK-specific nonstandard attribute produced by the reference implementation

Typo, doing a quick commit while waiting for CI.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23122#discussion_r1915937752


More information about the core-libs-dev mailing list