[jdk11u-dev] RFR: 8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop [v2]

Goetz Lindenmaier goetz at openjdk.java.net
Wed Jan 19 07:56:08 UTC 2022


> I backport this for parity with 11.0.15-oracle.
> 
> I had to do adaptions in the test:
>  * I changed the class file version from 62 to 55 in the .jasm file.
>  * I replaced  -XX:CompilationMode=quick-only by -XX:TieredStopAtLevel=3
>    because the flag CompilationMode is not in 11. I tried to reproduce the bug
>    with the new settings, but I can not see the bug. But I also can not reproduce
>    it with the original test and the original 17 release.  The test is passing with and 
>    without the fix.

Goetz Lindenmaier has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  Backport b46f0b0b1f2ada705f8b5aac9b7d8423699437a1

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

Changes:
  - all: https://git.openjdk.java.net/jdk11u-dev/pull/770/files
  - new: https://git.openjdk.java.net/jdk11u-dev/pull/770/files/0c3adc8b..6fdf0442

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=770&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=770&range=00-01

  Stats: 116 lines in 2 files changed: 116 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/770.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/770/head:pull/770

PR: https://git.openjdk.java.net/jdk11u-dev/pull/770


More information about the jdk-updates-dev mailing list