RFR: 8344168: Change Unsafe base offset from int to long

Alan Bateman alanb at openjdk.org
Fri Nov 22 10:40:24 UTC 2024


On Fri, 22 Nov 2024 10:27:17 GMT, ExE Boss <duke at 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


More information about the core-libs-dev mailing list