File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ once_cell = "1.10.0"
28
28
# - change branch
29
29
# - change repo name
30
30
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 662c9015e59044f0114c8a69663055fac1212544 " }
31
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " f78de4ed8ffd6f834c6c3d3a0bde0a651cc33f2b " }
32
32
# Uncomment the following to build locally
33
33
# mmtk = { path = "../repos/mmtk-core" }
34
34
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ use mmtk::vm::ReferenceGlue;
8
8
pub struct VMReferenceGlue { }
9
9
10
10
impl ReferenceGlue < OpenJDK > for VMReferenceGlue {
11
+ type FinalizableType = ObjectReference ;
12
+
11
13
fn set_referent ( reff : ObjectReference , referent : ObjectReference ) {
12
14
let oop = Oop :: from ( reff) ;
13
15
unsafe { InstanceRefKlass :: referent_address ( oop) . store ( referent) } ;
You can’t perform that action at this time.
0 commit comments