RFR: 8355080: java.base/jdk.internal.foreign.SystemLookup.find() doesn't work on static JDK [v3]
Alan Bateman
alanb at openjdk.org
Tue Apr 29 07:57:53 UTC 2025
On Tue, 29 Apr 2025 06:43:59 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Do we have native libraries in the JDK that are not loaded by the boot loader?
There are few, e.g. java.security.jgss, jdk.security.auth and jdk.crypto.cryptoki are mapped to the platform class loader, and jdk.attach mapped to the application class loader.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24801#issuecomment-2837849469
More information about the core-libs-dev
mailing list