On Tue, 29 Apr 2025 06:43:59 GMT, Magnus Ihse Bursie <i...@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

Reply via email to