Searched refs:systemThreadGroup (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/runtime/
H A DNewThreadAction.java54 static final ThreadGroup systemThreadGroup = field in class:NewThreadAction
74 return new ThreadGroup(systemThreadGroup, "RMI Runtime");
104 this(systemThreadGroup, runnable, name, daemon);
124 this(user ? userThreadGroup : systemThreadGroup,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DUniverse.java137 public Oop systemThreadGroup() { method in class:Universe
/openjdk7/jdk/src/share/back/
H A Dutil.h106 jthreadGroup systemThreadGroup; member in struct:__anon513
H A Dutil.c242 saveGlobalRef(env, localSystemThreadGroup, &(gdata->systemThreadGroup));
865 gdata->systemThreadGroup, nameString);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1547 jthreadGroup systemThreadGroup; local
1552 systemThreadGroup = NULL;
1565 systemThreadGroup = groups[0];
1572 systemThreadGroup, nameString);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java285 public ThreadGroupReference systemThreadGroup() method in class:ExecutionManager
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java140 defaultThreadGroup = runtime.systemThreadGroup();

Completed in 72 milliseconds