RFR: 8349284: Make libExplicitAttach work on static JDK
Jiangli Zhou
jiangli at openjdk.org
Fri Feb 7 20:13:09 UTC 2025
On Fri, 7 Feb 2025 10:38:37 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Can you look at adding native init method instead? This could be called from the System.loadLibraray and avoid introduce a side effect of startThreads initialising GetCreatedJavaVMs.
Done, thanks. Moved `JNI_GetCreatedJavaVMs` lookup into JNI_OnLoad.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23500#issuecomment-2644030507
More information about the build-dev
mailing list