Skip to content

Commit d0d7eea

Browse files
committed
Update after binding api change
1 parent 12c3664 commit d0d7eea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ lazy_static = "1.1"
2121
# - change branch
2222
# - change repo name
2323
# But other changes including adding/removing whitespaces in commented lines may break the CI.
24-
# mmtk = { git = "ssh://[email protected]/mmtk/mmtk-core.git", rev = "013e2fe2118118376cf6778dd3894399a6abf53f" }
24+
mmtk = { git = "ssh://[email protected]/mmtk/mmtk-core.git", rev = "6775fde2e8aea0752240d976bc957dbfbe9b5981" }
2525
# Uncomment the following to build locally
26-
mmtk = { path = "../repos/mmtk-core" }
26+
# mmtk = { path = "../repos/mmtk-core" }
2727

2828
[features]
2929
default = []

mmtk/src/scanning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl Scanning<OpenJDK> for VMScanning {
5454
}
5555
}
5656

57-
fn scan_thread_root<W: ProcessEdgesWork<VM=OpenJDK>>(mutator: &'static mut Mutator<SelectedPlan<OpenJDK>>) {
57+
fn scan_thread_root<W: ProcessEdgesWork<VM=OpenJDK>>(mutator: &'static mut Mutator<SelectedPlan<OpenJDK>>, _tls: OpaquePointer) {
5858
let tls = mutator.get_tls();
5959
let process_edges = create_process_edges_work::<W>;
6060
unsafe {

0 commit comments

Comments
 (0)