Integrated: 8301838: PPC: continuation yield intrinsic: exception check not needed if yield succeeded

Richard Reingruber rrich at openjdk.org
Mon Feb 13 13:36:43 UTC 2023


On Tue, 7 Feb 2023 09:03:39 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> This small enhancement let's the continuation yield intrinsic return if the yield succeeded.
> Doing so is ok because there will never be a pending exception if the yield succeeded.
> 
> All continuation tests succeeded.
> 
> GHA: some cross compiles failed because packages could not be downloaded. I tried to restart these but that didn't work.

This pull request has now been integrated.

Changeset: 57aef857
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/57aef85734741efede5b3471f060445b3cc43853
Stats:     23 lines in 1 file changed: 12 ins; 8 del; 3 mod

8301838: PPC: continuation yield intrinsic: exception check not needed if yield succeeded

Reviewed-by: lucy, goetz

-------------

PR: https://git.openjdk.org/jdk/pull/12450


More information about the hotspot-compiler-dev mailing list