Skip to content

rts: fix checkClosure error message

Cheng Shao requested to merge wip/fix-checkClosure into master

This patch fixes an error message in checkClosure() when the closure has already been evacuated. The previous logic was meant to print the evacuated closure's type in the error message, but it was completely wrong, given info was not really an info table, but a tagged pointer that points to the closure's new address.

Merge request reports