[jdk11u-dev] Integrated: 8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
Goetz Lindenmaier
goetz at openjdk.java.net
Sat Jan 22 10:05:20 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.
This pull request has now been integrated.
Changeset: 809b0157
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u-dev/commit/809b01573ea729c690d4caa9468c19dbf3c915de
Stats: 121 lines in 3 files changed: 121 ins; 0 del; 0 mod
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
Reviewed-by: phh
Backport-of: b46f0b0b1f2ada705f8b5aac9b7d8423699437a1
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/770
More information about the jdk-updates-dev
mailing list