File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ lazy_static = "1.1"
26
26
# - change branch
27
27
# - change repo name
28
28
# But other changes including adding/removing whitespaces in commented lines may break the CI.
29
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " dbd152b29ff54c3f028318e73ac182d681deda9a " }
29
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 2d8dedcb42acfb6d70f20add143a8139581bec7c " }
30
30
# Uncomment the following to build locally
31
31
# mmtk = { path = "../repos/mmtk-core" }
32
32
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ impl ObjectModel<OpenJDK> for VMObjectModel {
119
119
start + bytes
120
120
}
121
121
122
- fn get_reference_when_copied_to ( _from : ObjectReference , _to : Address ) -> ObjectReference {
123
- unimplemented ! ( )
122
+ fn get_reference_when_copied_to ( _from : ObjectReference , to : Address ) -> ObjectReference {
123
+ unsafe { to . to_object_reference ( ) }
124
124
}
125
125
126
126
fn get_current_size ( object : ObjectReference ) -> usize {
You can’t perform that action at this time.
0 commit comments