-
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 bndsChkNeedsLiteralFromPool to OpenJ9 #1872
Comments
wbh123456
added a commit
to wbh123456/omr
that referenced
this issue
May 24, 2019
This patch deletes all references to the function bndsChkNeedsLiteralFromPool in OMR. Closes: eclipse-omr#1872 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
wbh123456
added a commit
to wbh123456/omr
that referenced
this issue
May 31, 2019
This patch deletes all references to the function bndsChkNeedsLiteralFromPool in OMR. Closes: eclipse-omr#1872 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
wbh123456
added a commit
to wbh123456/omr
that referenced
this issue
May 31, 2019
This patch deletes all references to the function bndsChkNeedsLiteralFromPool in OMR. Closes: eclipse-omr#1872 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
andrewrgao
pushed a commit
to andrewrgao/omr
that referenced
this issue
Jun 5, 2019
This patch deletes all references to the function bndsChkNeedsLiteralFromPool in OMR. Closes: eclipse-omr#1872 Signed-off-by: Bohao(Aaron) Wang <[email protected]>
andrewrgao
pushed a commit
to andrewrgao/omr
that referenced
this issue
Jun 5, 2019
This patch deletes all references to the function bndsChkNeedsLiteralFromPool in OMR. Closes: eclipse-omr#1872 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 has a function
bndsChkNeedsLiteralFromPool
that is not used in OMR but has relevance for the dynamic literal pool for Z in OpenJ9. Relocate the function to OpenJ9 and delete it from OMR.The text was updated successfully, but these errors were encountered: