-
Notifications
You must be signed in to change notification settings - Fork 720
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 access to J9ModronThreadLocalHeap.realHeapAlloc in older core files #9956
Conversation
* add J9ConstantHelper.getInt() Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
Does this fix the |
I don't understand how, since nothing in this stack is modified.
jenkins compile xlinux jdk11 |
Ok I see. I was running an older JVM rather than the latest like I thought. |
lgtm. We should also put this in our release streams. Please create a PR for 0.21. |
@LinHu2016 fyi this change. |
See #9959. |
jenkins test sanity,extended zlinux jdk11 |
This updates the code so it does not rely on the existence of the method
realHeapAlloc()
when examining older core files.Fixes: #9944.