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

Fix a bug in packed decimal shift #4596

Merged
merged 1 commit into from
Feb 21, 2019

Conversation

NigelYiboYu
Copy link
Contributor

Fix a problem in packed decimal left shift to make it produce the correct results.
Ensure that PD shift operations can cause HW overflow exceptions and can
fall back to Java implementation so that Java exceptions can be thrown.

Signed-off-by: Nigel Yu yunigel@ca.ibm.com

Fix a problem in packed decimal left shift to make it produce the correct results.
Ensure that PD shift operations can cause HW overflow exceptions and can
fall back to Java implementation so that Java exceptions can be thrown.

Signed-off-by: Nigel Yu <yunigel@ca.ibm.com>
@NigelYiboYu NigelYiboYu changed the title WIP: Fix a bug in packed decimal shift Fix a bug in packed decimal shift Feb 6, 2019
@fjeremic fjeremic self-assigned this Feb 6, 2019
@fjeremic
Copy link
Contributor

Jenkins test sanity zlinux JDK8

@fjeremic fjeremic merged commit adb0506 into eclipse-openj9:master Feb 21, 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.

3 participants