You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the removal of shrink wrapping (see eclipse-omr/omr#2107) the register save description encoded in the GC stack map (and therefore encoded in a method's metadata) is no longer required. Carefully remove it.
This is the only consumer of the RSD from the Instruction class, which is not set anywhere and is slated for removal in #7203.
Note, the Register Save Description in the CodeGenerator is still required.
The text was updated successfully, but these errors were encountered:
With the removal of shrink wrapping (see eclipse-omr/omr#2107) the register save description encoded in the GC stack map (and therefore encoded in a method's metadata) is no longer required. Carefully remove it.
This is the only consumer of the RSD from the Instruction class, which is not set anywhere and is slated for removal in #7203.
Note, the Register Save Description in the CodeGenerator is still required.
The text was updated successfully, but these errors were encountered: