> Classfile API is an internal library under package `jdk.internal.classfile`
> in JDK 21.
> This pull request turns the Classfile API into a preview feature and moves it
> into `java.lang.classfile`.
> It repackages all uses across JDK and tests and adds lots of missing Javadoc.
>
> This PR goe
Please review an update to the way that `javadoc` handles the default legal
notices when generating docs.
Previously, the default notices were taken from the module's `legal` directory
(`$JAVA_HOME/legal/jdk.javadoc`), but in some contexts, these files were either
symbolic links, or "descriptiv
On Wed, 25 Oct 2023 23:06:59 GMT, Jonathan Gibbons wrote:
> Please review an update to the way that `javadoc` handles the default legal
> notices when generating docs.
>
> Previously, the default notices were taken from the module's `legal`
> directory (`$JAVA_HOME/legal/jdk.javadoc`), but in