File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22name = " mmtk_openjdk"
33version = " 0.30.0"
44authors = [" <>" ]
5- rust-version = " 1.73.0 "
5+ rust-version = " 1.74.1 "
66build = " build.rs"
77edition = " 2021"
88
@@ -35,12 +35,12 @@ probe = "0.5"
3535# - change branch
3636# - change repo name
3737# But other changes including adding/removing whitespaces in commented lines may break the CI.
38- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " ec745353a8de72b645613e0fef3ab7f5f1ad9bd1 " }
38+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " f67a0d2fc0bf3d18d34348949dff969d4d202bbc " }
3939# Uncomment the following to build locally
4040# mmtk = { path = "../repos/mmtk-core" }
4141
4242[build-dependencies ]
43- built = { version = " 0.7.1 " , features = [" git2" ] }
43+ built = { version = " 0.7.7 " , features = [" git2" ] }
4444
4545[features ]
4646default = []
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use mmtk::MutatorContext;
1212
1313pub struct VMScanning { }
1414
15- pub ( crate ) const WORK_PACKET_CAPACITY : usize = 4096 ;
15+ pub ( crate ) const WORK_PACKET_CAPACITY : usize = mmtk :: scheduler :: EDGES_WORK_BUFFER_SIZE ;
1616
1717extern "C" fn report_slots_and_renew_buffer < S : Slot , F : RootsWorkFactory < S > > (
1818 ptr : * mut Address ,
You can’t perform that action at this time.
0 commit comments