File tree 4 files changed +20
-11
lines changed
4 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
12
12
jobs :
13
13
test :
14
- runs-on : ubuntu-18 .04
14
+ runs-on : ubuntu-22 .04
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Setup environments
34
34
run : ./.github/scripts/ci-style.sh
35
35
36
36
test-weak-ref :
37
- runs-on : ubuntu-18 .04
37
+ runs-on : ubuntu-22 .04
38
38
steps :
39
39
- uses : actions/checkout@v2
40
40
- name : Setup environments
49
49
./.github/scripts/ci-test-only-weak-ref.sh
50
50
51
51
test-assertions :
52
- runs-on : ubuntu-18 .04
52
+ runs-on : ubuntu-22 .04
53
53
steps :
54
54
- uses : actions/checkout@v2
55
55
- name : Setup Environments
62
62
run : ./.github/scripts/ci-test-assertions.sh
63
63
64
64
msrv :
65
- runs-on : ubuntu-18 .04
65
+ runs-on : ubuntu-22 .04
66
66
steps :
67
67
- uses : actions/checkout@v2
68
68
- name : Install Rust toolchain
Original file line number Diff line number Diff line change
1
+ 0.18.0 (2023-04-03)
2
+ ===
3
+
4
+ * Support the ` StickyImmix ` plan.
5
+ * Fix a bug in the C2 compiler where we may update an object without any write barrier if C2 performs deoptimization and
6
+ triggers a GC in deoptimization. We use ` object_probable_write ` to properly log the object.
7
+ * Update to OpenJDK 11.0.19+1 (` jdk-11.0.19+1-mmtk ` ).
8
+ * Update to mmtk-core 0.18.0.
9
+
1
10
0.17.0 (2023-02-17)
2
11
===
3
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.17 .0"
3
+ version = " 0.18 .0"
4
4
authors = [" <>" ]
5
5
rust-version = " 1.61.0"
6
6
build = " build.rs"
@@ -30,7 +30,7 @@ once_cell = "1.10.0"
30
30
# - change branch
31
31
# - change repo name
32
32
# But other changes including adding/removing whitespaces in commented lines may break the CI.
33
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " c634762cf1417fe2d8f17b1b7b41e14a951044c3 " }
33
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " f8469b0a019bea58cba26e9fb5c70fb7398ccd31 " }
34
34
# Uncomment the following to build locally
35
35
# mmtk = { path = "../repos/mmtk-core" }
36
36
You can’t perform that action at this time.
0 commit comments