-
Notifications
You must be signed in to change notification settings - Fork 396
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
Expose a new limitOption for OpenJ9 #6842
Conversation
The option processing framework now includes a limitOption function overload that allows the user to specify a particular compilation filter set. Fixes: #eclipse-openj9/openj9#15399 Signed-off-by: Christian Despres <despresc@ibm.com>
a00b0b9
to
4d23e85
Compare
Attn @mpirvu. This is required for eclipse-openj9/openj9#16442. I just noticed the deprecation warning in |
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.
LGTM
@dsouzai Could you please review this omr PR? Thanks |
jenkins build all |
Failing test is
Given that this is just some refactoring code in the JIT, I don't think this is the cause of the failure. |
jenkins build riscv |
All tests have passed |
The option processing framework now includes a limitOption function overload that allows the user to specify a particular compilation filter set.
Fixes: eclipse-openj9/openj9#15399
Signed-off-by: Christian Despres despresc@ibm.com