MCPcopy Create free account
hub / github.com/apache/tomcat / run

Method run

java/org/apache/tomcat/util/compat/JreCompat.java:258–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 return Subject.doAs(subject, new PrivilegedExceptionAction<T>() {
257
258 @Override
259 public T run() throws Exception {
260 return action.call();
261 }
262 });
263 } catch (Exception e) {
264 throw new CompletionException(e);

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected