-
Notifications
You must be signed in to change notification settings - Fork 722
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
Fix crash in compiled method while building DDR #13897
Comments
The crash is not in the port library, it's in the JIT. Also the link will quickly expire, making this Issue useless. If it's failing in PR testing, and we haven't seen this crash before, how do we know the PR being tested isn't causing the crash? |
The change in the PR can only affect methods that use Vector API. I think the compiled method that crashed does not use Vector API. |
I added some more context into the description in case the link expires before we can get to investigate this failure, which most likely is very intermittent. |
Another crash on plinux #13906 |
@zl-wang : there have been some Power Linux crashes appearing in the builds over the past couple of days. Could you have someone triage please? |
@IBMJimmyk please take a look |
The crash is with the boot JVM, as follows. There have been issues fixed since this build, if necessary we can update the boot JVM being used.
|
Yes, DDR is built with boot JDK. To add debug options, use DDR_TOOLS_OPTIONS in DDR.gmk. |
@AdamBrousseau can we update the JDK17 boot JVM to the 0.29.1 M1 pls. |
Related eclipse-openj9#13897 Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
Looks like some unknown failure during PR test [1]:
[1] https://openj9-jenkins.osuosl.org/job/Build_JDK17_ppc64le_linux_Personal/68/console
The text was updated successfully, but these errors were encountered: