Skip to content

Commit

Permalink
[release] New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jun 19, 2021
1 parent ba0b308 commit 5757302
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1240,7 +1240,7 @@ public ForInstrumentation(Instrumentation instrumentation, ClassLoader classLoad
*/
@AccessControllerPlugin.Enhance
private static <T> T doPrivileged(PrivilegedAction<T> action) {
return action.run();
return AccessController.doPrivileged(action); // action.run();
}

/**
Expand Down

0 comments on commit 5757302

Please sign in to comment.