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

Relocate OMR::SupportsBigDecimalLongLookasideVersioning to OpenJ9 #5839

Merged
merged 1 commit into from
May 24, 2019

Conversation

wbh123456
Copy link
Contributor

The OMR::CodeGenerator class defines
functionsgetSupportsBigDecimalLongLookasideVersioning and
setSupportsBigDecimalLongLookasideVersioning that are not used in OMR.
They only have relevance in OpenJ9 and should be relocated to the
J9::CodeGenerator class there.

Issue: eclipse-omr/omr#1882
Signed-off-by: Bohao(Aaron) Wang [email protected]

Copy link
Contributor

@0xdaryl 0xdaryl left a comment

Choose a reason for hiding this comment

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

Can you relocate the flag itself as well? (SupportsBigDecimalLongLookasideVersioning) There's no need for it to live in OMR.

The enum value in the J9CodeGenerator.hpp file doesn't really matter. Just pick one that's available.

@0xdaryl 0xdaryl self-assigned this May 23, 2019
The OMR::CodeGenerator class defines
functionsgetSupportsBigDecimalLongLookasideVersioning and
setSupportsBigDecimalLongLookasideVersioning that are not used in OMR.
They only have relevance in OpenJ9 and should be relocated to the
J9::CodeGenerator class there.

Issue: eclipse-omr/omr#1882
Signed-off-by: Bohao(Aaron) Wang <[email protected]>
@wbh123456 wbh123456 force-pushed the MoveGetSupportsFunctions branch from 27ed276 to 8fcab29 Compare May 23, 2019 13:20
@0xdaryl
Copy link
Contributor

0xdaryl commented May 24, 2019

Jenkins test sanity all jdk11

@0xdaryl 0xdaryl merged commit 3e0eeca into eclipse-openj9:master May 24, 2019
@wbh123456 wbh123456 deleted the MoveGetSupportsFunctions branch June 4, 2019 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants