Skip to content

Commit

Permalink
Introduce a helper for OpenJ9
Browse files Browse the repository at this point in the history
Request by OpenJ9, introducing a new helper
TR_X86interpreterStaticAndSpecialGlue,
it will eventually superset all TR_X86interpreter{*}StaticGlue.

Signed-off-by: Victor Ding <dvictor@ca.ibm.com>
  • Loading branch information
Victor Ding committed Jan 22, 2019
1 parent c5a228a commit 59cbcef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/runtime/Helpers.inc
Expand Up @@ -428,7 +428,8 @@ SETVAL(TR_X86OutlinedNewNoZeroInit,TR_FSRH+50)
SETVAL(TR_X86OutlinedNewArrayNoZeroInit,TR_FSRH+51)
SETVAL(TR_X86CodeCachePrefetchHelper,TR_FSRH+52)
SETVAL(TR_X86interpreterUnresolvedConstantDynamicGlue,TR_FSRH+53)
SETVAL(TR_LXRH,TR_FSRH+54)
SETVAL(TR_X86interpreterStaticAndSpecialGlue,TR_FSRH+54)
SETVAL(TR_LXRH,TR_FSRH+55)

SETVAL(TR_IA32longDivide,TR_LXRH+0)
SETVAL(TR_IA32longRemainder,TR_LXRH+1)
Expand Down

0 comments on commit 59cbcef

Please sign in to comment.