On Fri, 22 Nov 2024 10:27:17 GMT, ExE Boss <d...@openjdk.org> wrote: > Should the CSR FAQ be updated to remove references to jdk.*, or are there > some jdk.* packages that require a CSR? As far as I can tell, none are > exported.
The "Design principles" section of JEP 200 may be help. Standard modules, as in java.* modules, only export standard API packages. Non-standard may export non-standard APIs. The JDK has several jdk.* modules that export non-standard APIs in the com.sun.* and jdk.* name spaces. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22095#issuecomment-2493444991