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

Paul Hohensee phh at openjdk.java.net
Mon Jan 17 21:02:24 UTC 2022


On Mon, 17 Jan 2022 14:50:22 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> 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.

There is no .jasm file in the patch.

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

Changes requested by phh (Reviewer).

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


More information about the jdk-updates-dev mailing list