Home
last modified time | relevance | path

Searched refs:MovingGCThread (Results 1 – 2 of 2) sorted by relevance

/art/test/148-multithread-gc-annotations/src/
DMain.java21 Thread gcThread = new Thread(new MovingGCThread(), "Moving GC thread"); in main()
DMovingGCThread.java19 public class MovingGCThread implements Runnable { class