We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a85ed commit b80877cCopy full SHA for b80877c
mmtk/src/collection.rs
@@ -32,10 +32,6 @@ const GC_THREAD_KIND_CONTROLLER: libc::c_int = 0;
32
const GC_THREAD_KIND_WORKER: libc::c_int = 1;
33
34
impl Collection<OpenJDK> for VMCollection {
35
- /// With the presence of the "VM companion thread",
36
- /// the OpenJDK binding allows any MMTk GC thread to stop/start the world.
37
- const COORDINATOR_ONLY_STW: bool = false;
38
-
39
fn stop_all_mutators<F>(tls: VMWorkerThread, mut mutator_visitor: F)
40
where
41
F: FnMut(&'static mut Mutator<OpenJDK>),
0 commit comments