Open shuowang97 opened 1 week ago
Describe GraalVM and your environment:
GraalVM version: 23.1.2
JDK major version: 17
OS: Linux
java -version
uname -a
Steps to reproduce the issue
mvn clean install
Please provide a full reproduce example we can run
Thanks for your help!
By removing this surefire argline configuration, it can be executed, but not sure the reason yet.
`
<configuration>
<argLine>@{argLine} -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI --add-modules jdk.internal.vm.ci --add-exports=java.base/jdk.internal.misc=jdk.graal.compiler --upgrade-module-path=${compiler.dir}</argLine>
</configuration>
`
Describe the issue We try to use GraalVM Context in our project to execute JS script, but we're getting this method not found exception
Steps to reproduce the issue mvn clean install
Describe GraalVM and your environment:
More details Add any other information about the problem here. Especially important are stack traces or log output. Feel free to link to gists or to screenshots if necessary. The project is working fine in my local, but while running in the cloud(Linux OS), they we get the exceptions.