[jdk17u-dev] RFR: 8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop [v3]
Goetz Lindenmaier
goetz at openjdk.java.net
Tue Jan 11 08:26:08 UTC 2022
On Mon, 10 Jan 2022 21:56:26 GMT, Paul Hohensee <phh at openjdk.org> wrote:
>> 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
>
> The JVM version number in the backported .jasm file is 55, which corresponds to 11, not 17. As you note, the major version for 17 is 61.
Hi @phohensee,
thanks for reviewing (also all the other changes).
I fixed the class file version. (I had experimented with the 11 one in the hope I could do a clean backport to 11 then, but there are more changes needed).
-------------
PR: https://git.openjdk.java.net/jdk17u-dev/pull/75
More information about the jdk-updates-dev
mailing list