-
Notifications
You must be signed in to change notification settings - Fork 117
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
Update java code for RISC-V (src) #221
Update java code for RISC-V (src) #221
Conversation
Already verified the compilation on Fedora_Linux/QEMU. Reviewer: @keithc-ca , @pshipton , @DanHeidinga |
e2ab2fb
to
c1933fc
Compare
Did you try arrange to set the system property |
The changes are to modify the java code in the src directory to avoid the timeout issue in the native compilation on RISC-V. Issue: ibmruntimes#218 Signed-off-by: Cheng Jin <[email protected]>
c1933fc
to
69a94ea
Compare
Setting the system property |
The whole build might take 36 hours, but each attempt to connect to the server will take much less time. |
I tried with
Looking at the command line options: Looking at the options above in the
The option
In which case the server JVM is
Ideally, |
It works for me. I added:
to the end of
|
Just talked to @keithc-ca as to the results, it turns out it only works for the case of Given that JAVA_FLAGS is set up for both
I will try to add |
I compiled the build with the change above at local VM and there was no time-out issue being detected. So I added the change |
The build with
So close this PR now based on the compilation result above. |
The changes are to modify the java code in the
src directory to avoid the timeout issue in the
native compilation on RISC-V.
Issue: #218
Signed-off-by: Cheng Jin [email protected]