On Thu, 14 Nov 2024 13:07:55 GMT, Coleen Phillimore <cole...@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

Reply via email to