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 #3884

Merged

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.

Closes: #1882
Signed-off-by: Bohao(Aaron) Wang [email protected]

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#1882
Signed-off-by: Bohao(Aaron) Wang <[email protected]>
@wbh123456 wbh123456 force-pushed the MoveGetSupportsFunctions branch from 0c51805 to cb04d3b Compare May 23, 2019 13:26
@wbh123456 wbh123456 changed the title WIP: Relocate OMR::SupportsBigDecimalLongLookasideVersioning to OpenJ9 Relocate OMR::SupportsBigDecimalLongLookasideVersioning to OpenJ9 May 27, 2019
@Leonardo2718
Copy link
Contributor

@genie-omr build all

@Leonardo2718
Copy link
Contributor

@vijaysun-omr ping

@fjeremic
Copy link
Contributor

Wondering if we still even need this at OpenJ9 now that we use OpenJDK's versions of BigDecimal/BigInteger. Food for thought.

@andrewcraik
Copy link
Contributor

If it is deprecated then removal is a good idea, but only if truly deprecated.

@wbh123456
Copy link
Contributor Author

We could probably just merge this as this patch removes the filed anyways. Then we could open a new PR to delete the field from OpenJ9 if it is truly deprecated.

@wbh123456
Copy link
Contributor Author

wbh123456 commented May 31, 2019

@vijaysun-omr @0xdaryl Do we merge this?

@Leonardo2718
Copy link
Contributor

@vijaysun-omr ping?

@vijaysun-omr
Copy link
Contributor

Looks very safe and checks have passed. Merging.

@vijaysun-omr vijaysun-omr merged commit 575dfa1 into eclipse-omr:master Jun 4, 2019
@wbh123456 wbh123456 deleted the MoveGetSupportsFunctions branch June 4, 2019 12:01
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.

Move SupportsBigDecimalLongLookasideVersioning to OpenJ9
5 participants