-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IllegalAccessError: JPF_java_util_Random cannot access class jdk.internal.misc.Unsafe #107
Comments
Hi @cyrille-artho, I am facing a similar issue while running: Has this issue been solved or should I open a new one ? Thanks!
|
This works now, in a sense. But I agree that it is not a very obvious way to make this work. You have to specify the
Perhaps the best solution is to add this to |
Thank you @cyrille-artho, indeed, if I run the example like to suggested I do not see the error. |
Runtime error "java.lang.IllegalAccessError: class gov.nasa.jpf.vm.JPF_java_util_Random (in unnamed module) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module"
The text was updated successfully, but these errors were encountered: