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

Method main

src/test/resources/pta/basic/NativeModel.java:7–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

5class NativeModel {
6
7 public static void main(String[] args) throws Exception {
8 arraycopy();
9 doPrivileged();
10 compareAndSwapObject();
11 }
12
13 static void arraycopy() {
14 Object[] src1 = new Object[5];

Callers

nothing calls this directly

Calls 3

arraycopyMethod · 0.95
doPrivilegedMethod · 0.95
compareAndSwapObjectMethod · 0.95

Tested by

no test coverage detected