-
Notifications
You must be signed in to change notification settings - Fork 729
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
Assert from swalk.c when using memory disclaiming on NFS #20509
Comments
Issue Number: 20509 |
I haven't checked that the change for 20239 is in the m1 build, but it seems probable. |
If you are referring to the fix for 20239, i.e. eclipse-openj9/openj9-omr#215, then it's not in the m1 build. The rc1 build does include it. I've provided it here https://ibm.box.com/s/3euojkv5pmk3x3yksbz3v9dqzvxrxrc8 |
Ah, good to know, thank you Peter. I'll pass the info on. |
Customer reports success with the RC1 build - many thanks! |
Issue Number: 20509 |
A customer reported failures with JRE 17 Linux amd64-64 (build 17.0.12+7) and JRE 21 Linux amd64-64 (build 21.0.4+7-LTS) with the symptom of
Corefile analysis shows large areas of memory reading as 0, and mmap'd to files with names starting with
.nfs
in the current working directory.The problem can be avoided with the option
-Xjit:disableDataCacheDisclaiming,disableIprofilerDataDisclaiming
This relates to issue #20239 however the customer has tested with the 0.48 m1 build and reports that the problem still exists, albeit with a different line number:
Internal case reference: TS017553893
The text was updated successfully, but these errors were encountered: