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

Goetz Lindenmaier goetz at openjdk.java.net
Mon Jan 17 14:57:44 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.

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

Commit messages:
 - Backport b46f0b0b1f2ada705f8b5aac9b7d8423699437a1

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/770/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=770&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8277447
  Stats: 5 lines in 1 file changed: 5 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