RFR: 8341916: Remove ProtectionDomain related hotspot code and tests [v2]
Alan Bateman
alanb at openjdk.org
Thu Nov 14 13:23:29 UTC 2024
On Thu, 14 Nov 2024 13:07:55 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> hotspot/share/include/jvm.h:JVM_GetClassContext(JNIEnv *env);
>
> I think this is obsolete too.
As part of the JEP 486 work, I changed SecurityManager::getClassContext to use StackWalker, the native method that called into JVM_GetClassContext is removed. So more cleanup here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22064#issuecomment-2476341813
More information about the serviceability-dev
mailing list