Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions mmtk/src/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const GC_THREAD_KIND_CONTROLLER: libc::c_int = 0;
const GC_THREAD_KIND_WORKER: libc::c_int = 1;

impl Collection<OpenJDK> for VMCollection {
/// With the presence of the "VM companion thread",
/// the OpenJDK binding allows any MMTk GC thread to stop/start the world.
const COORDINATOR_ONLY_STW: bool = false;

fn stop_all_mutators<F>(tls: VMWorkerThread, mut mutator_visitor: F)
where
F: FnMut(&'static mut Mutator<OpenJDK>),
Expand Down