MCPcopy Create free account
hub / github.com/LFYSec/MScan / doPrivileged

Method doPrivileged

src/test/resources/pta/basic/NativeModel.java:27–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 static void doPrivileged() {
28 A a = AccessController.doPrivileged(new PrivilegedAction<A>() {
29 @Override
30 public A run() {
31 return new A();
32 }
33 });
34 }
35
36 static void compareAndSwapObject() {
37 Unsafe unsafe = Unsafe.getUnsafe();

Callers 3

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected