MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / run

Method run

test/test/smoke/Threads.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 public static void main(String[] args) {
13 new Thread(new Runnable() {
14 @Override
15 public void run() {
16 methodForThreadEarlyEnd();
17 }
18 }, "ThreadEarlyEnd").start();
19
20 new Thread(new Runnable() {

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected