-
Notifications
You must be signed in to change notification settings - Fork 96
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
test failed locally #25
Comments
use jvm-core module with |
@guxingke can Build Success but I can't. |
I download the latest JDK version 1.8.241 , build Success. |
if you don't want to update jdk, another solution: Manually doRegister FileInputStream#skip and FileInputStream#available for native methods before jdk1.8.192 in mini JVM. For example:
|
Tests in error:
test_fis(com.gxk.jvm.builtin.JavaIoTest)
Test success after deleting the method.(Jvm-core/src/test/java/com.gxk.jvm.builtin.JavaIoTest.test_fis)
The text was updated successfully, but these errors were encountered: