You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use PrivilegedAction to use StackWalker with RETAIN_CLASS_REFERENCE option
If a SecurityManager is utilized, permissions are needed
to use the StackWalker class with the RETAIN_CLASS_REFERENCE
option, which RestrictedSecurity doesn't have. A
PrivilegedAction is used to allow said action in this case.
Signed-off-by: Kostas Tsiounis <[email protected]>
0 commit comments