-
Notifications
You must be signed in to change notification settings - Fork 415
Add execute flag for __moservice allocations on zOS #6824
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
Conversation
|
@babsingh : Do you mind reviewing this? Thanks! |
babsingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description has more details. The commit message does not match the PR description. Also, the commit message's body should be wrapped at 72 characters: https://github.com/eclipse/omr/blob/master/CONTRIBUTING.md#commit-guidelines.
cf1e28b to
c7f7958
Compare
|
Thanks. Only the following feedback is pending: #6824 (review)
|
A new __MOPL_EXECUTABLE flag is being defined to the zOS LE __moservices() call to specify executable property under PTF UI83032. Explicitly set the execute storage flags for memory allocated with __moservices if appropriate. Signed-off-by: Joran Siu <joransiu@ca.ibm.com>
c7f7958 to
ca89e73
Compare
Sorry, somehow missed that comment. I've updated the commit message text. |
|
jenkins build all |
|
A new
__MOPL_EXECUTABLEflag is being defined to the zOS LE__moservices()call to specify executable property under PTF UI83032. Explicitly set the execute storage flags for memory allocated with __moservices if appropriate.