mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
Merge
This commit is contained in:
commit
f6fcaf0f7d
1139 changed files with 23321 additions and 126709 deletions
|
@ -59,3 +59,12 @@ Java_java_security_AccessController_getInheritedAccessControlContext(
|
|||
{
|
||||
return JVM_GetInheritedAccessControlContext(env, this);
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_java_security_AccessController_ensureMaterializedForStackWalk(
|
||||
JNIEnv *env,
|
||||
jclass cls,
|
||||
jobject value)
|
||||
{
|
||||
JVM_EnsureMaterializedForStackWalk(env, value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue