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

Richard Reingruber rrich at openjdk.org
Tue Feb 7 09:24:38 UTC 2023


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.

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

Commit messages:
 - Just return (w/o exception check) if continuation yield succeeded

Changes: https://git.openjdk.org/jdk/pull/12450/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12450&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8301838
  Stats: 8 lines in 1 file changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/12450.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12450/head:pull/12450

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


More information about the hotspot-compiler-dev mailing list