Skip to content

Commit f60ecd6

Browse files
authored
Update JikesRVM's boot image address (#170)
Update to mmtk/jikesrvm#20. This closes #168.
1 parent bd0ef5d commit f60ecd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lto = true
1616
[package.metadata.jikesrvm]
1717
# Our CI matches the following line and extract mmtk/jikesrvm. If this line is updated, please check ci yaml files and make sure it works.
1818
jikesrvm_repo = "https://github.com/mmtk/jikesrvm.git"
19-
jikesrvm_version = "a43efe4f33a6a69aabeb03e5c5e2e8880f96f047"
19+
jikesrvm_version = "1191b3846b6528011bce12996bbb5e15a23a043f"
2020

2121
[dependencies]
2222
libc = "0.2"

mmtk/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub extern "C" fn jikesrvm_gc_init(jtoc: *mut c_void, heap_size: usize) {
6464
builder
6565
.options
6666
.vm_space_start
67-
.set(unsafe { Address::from_usize(0x6000_0000) });
67+
.set(unsafe { Address::from_usize(0x7000_0000) });
6868
builder.options.vm_space_size.set(0x800_0000);
6969
}
7070

0 commit comments

Comments
 (0)