Skip to content

Commit

Permalink
Merge pull request #20846 from theresa-m/remove_doprivileged
Browse files Browse the repository at this point in the history
Comment that JVM_DoPrivileged should not be removed
  • Loading branch information
pshipton authored Dec 19, 2024
2 parents f82a1e0 + 3d586dd commit 8a06d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/j9vm/j7vmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ java_lang_J9VMInternals_doPrivilegedWithException(JNIEnv* env)
return cached;
}


/* Do not remove: this method is required by Windows IBM Java 8 builds. */
jobject JNICALL
JVM_DoPrivileged(JNIEnv* env, jobject java_security_AccessController, jobject action, jboolean unknown, jboolean isExceptionAction)
{
Expand Down

0 comments on commit 8a06d93

Please sign in to comment.