Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conform to spec for MethodHandles::loop's with void return types
This patch fixes eclipse-openj9/openj9#18293; which is really a duplicate of eclipse-openj9/openj9#11937. 'loop' in OJDK MHs does not conform to the spec w.r.t. setting loop finalizers for loop's with void return types. This patch properly sets default finalizer values. Closes: eclipse-openj9/openj9#18293 Signed-off-by: Nathan Henderson <[email protected]>
- Loading branch information