Skip to content

Commit 4477b98

Browse files
committed
Simplify Graal to DWARF register number mapping.
1 parent cb8fa66 commit 4477b98

File tree

2 files changed

+147
-225
lines changed

2 files changed

+147
-225
lines changed

substratevm/mx.substratevm/suite.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,9 @@
795795
"jdk.internal.ref",
796796
"sun.nio.ch",
797797
],
798+
"jdk.internal.vm.ci" : [
799+
"jdk.vm.ci.code",
800+
],
798801
},
799802
"checkstyle" : "com.oracle.svm.hosted",
800803
"javaCompliance": "11+",

0 commit comments

Comments
 (0)