File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
name = " mmtk_openjdk"
3
3
version = " 0.30.0"
4
4
authors = [" <>" ]
5
- rust-version = " 1.73.0 "
5
+ rust-version = " 1.74.1 "
6
6
build = " build.rs"
7
7
edition = " 2021"
8
8
@@ -35,12 +35,12 @@ probe = "0.5"
35
35
# - change branch
36
36
# - change repo name
37
37
# 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 " }
39
39
# Uncomment the following to build locally
40
40
# mmtk = { path = "../repos/mmtk-core" }
41
41
42
42
[build-dependencies ]
43
- built = { version = " 0.7.1 " , features = [" git2" ] }
43
+ built = { version = " 0.7.7 " , features = [" git2" ] }
44
44
45
45
[features ]
46
46
default = []
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use mmtk::MutatorContext;
12
12
13
13
pub struct VMScanning { }
14
14
15
- pub ( crate ) const WORK_PACKET_CAPACITY : usize = 4096 ;
15
+ pub ( crate ) const WORK_PACKET_CAPACITY : usize = mmtk :: scheduler :: EDGES_WORK_BUFFER_SIZE ;
16
16
17
17
extern "C" fn report_slots_and_renew_buffer < S : Slot , F : RootsWorkFactory < S > > (
18
18
ptr : * mut Address ,
You can’t perform that action at this time.
0 commit comments