In order for the truffle runtime to be a standard module on the JVM module path, it cannot have a dependency on the `jdk.internal.vm.ci` module. One of the necessary modifications involves the transfer of the Java type between the Truffle runtime and the libjvmci compiler. On the Truffle runtime side, the `jdk.vm.ci.meta.JavaResolvedType` must be replaced by `java.lang.Class`. The `Class` is passed to the libjvmci compiler as a JNI `jclass` reference, which must be converted to `jdk.vm.ci.meta.JavaResolvedType`.
-
Tomáš Zezula
-
Tomáš Zezula
- Votes:
-
0 Vote for this issue
- Watchers:
-
4 Start watching this issue
- Created:
- Updated:
- Resolved: