Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert initializeMethodRunAddressNoHook
initializeMethodRunAddressNoHook is called by JIT'd code when it needs to revert to the interpeter. Openj9:20387 modified this function to set the extra to 0x1. However, resetting the extra can result in hang (see OpenJ9:20750 for details). This commit reverts the change specific to initializeMethodRunAddressNoHook. Signed-off-by: Irwin D'Souza <[email protected]>
- Loading branch information