-
Notifications
You must be signed in to change notification settings - Fork 397
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
Move SupportsBigDecimalLongLookasideVersioning to OpenJ9 #1882
Comments
wbh123456
added a commit
to wbh123456/omr
that referenced
this issue
May 22, 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#1882 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
wbh123456
added a commit
to wbh123456/openj9
that referenced
this issue
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
added a commit
to wbh123456/omr
that referenced
this issue
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#1882 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
andrewrgao
pushed a commit
to andrewrgao/omr
that referenced
this issue
Jun 5, 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#1882 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
andrewrgao
pushed a commit
to andrewrgao/omr
that referenced
this issue
Jun 5, 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#1882 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The OMR::CodeGenerator class defines functions
getSupportsBigDecimalLongLookasideVersioning
andsetSupportsBigDecimalLongLookasideVersioning
that are not used in OMR. They only have relevance in OpenJ9 and should be relocated to the J9::CodeGenerator class there.The text was updated successfully, but these errors were encountered: