Skip to content
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

Add IgnoreDecimalOverflowException codegen flag #5166

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

fjeremic
Copy link
Contributor

This codegen flag determines whether decimal overflow or fixed point
overflow checks should be generated for instructions which support such
by-passes.

Signed-off-by: Filip Jeremic fjeremic@ca.ibm.com

@fjeremic
Copy link
Contributor Author

Jenkins test sanity zlinux JDK8

@@ -178,6 +178,8 @@ J9::Z::CodeGenerator::CodeGenerator() :
{
self()->setHasFixedFrameC_CallingConvention();
}

setIgnoreDecimalOverflowException(false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing self()->

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in cbc0737

* Determines whether decimal overflow or fixed point overflow checks should be generated for instructions which
* support such by-passes.
*/
bool ignoreDecimalOverflowException;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other classes use a preceding _ for private fields (though arguably it isn't super consistent throughout the code base). Just pointing it out though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in cbc0737

This codegen flag determines whether decimal overflow or fixed point
overflow checks should be generated for instructions which support such
by-passes.

Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
@fjeremic
Copy link
Contributor Author

Jenkins test sanity zlinux JDK8

@0xdaryl 0xdaryl merged commit d236189 into eclipse-openj9:master Mar 19, 2019
@0xdaryl 0xdaryl added arch:z and removed comp:jit:z labels Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants