RFR: 8359760: Remove the jdk.jsobject module [v2]
Hannes Wallnöfer
hannesw at openjdk.org
Wed Jul 23 14:35:59 UTC 2025
On Wed, 23 Jul 2025 05:55:11 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> As expected, the above test passes fine if I remove the jsobject entries from `test/langtools/jdk/javadoc/doclet/testRecordTypes/jdk17/element-list`. I'll go ahead and remove them, since it seems like good cleanup.
>
> @hns Would it be possible to confirm that it's okay to remove this from the doclet tests?
The list is used as list of external linkable modules/packages for the `-linkoffline` option. Since the list for JDK 17 the entry could be left in the list, but as the test doesn't try to link to the module removing it doesn't make any difference.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26393#discussion_r2225804491
More information about the javadoc-dev
mailing list