[11u] RFR: 8247766: [aarch64] guarantee(val < (1U << nbits)) failed: Field too big for insn
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Tue Dec 29 15:52:40 UTC 2020
Hi,
Looks good to me, adaptions are trivial.
Thanks,
Goetz.
From: Doerr, Martin <martin.doerr at sap.com>
Sent: Wednesday, December 23, 2020 10:28 PM
To: 'hotspot-compiler-dev at openjdk.java.net' <hotspot-compiler-dev at openjdk.java.net>; jdk-updates-dev at openjdk.java.net
Cc: Langer, Christoph <christoph.langer at sap.com>; Lindenmaier, Goetz <goetz.lindenmaier at sap.com>
Subject: [11u] RFR: 8247766: [aarch64] guarantee(val < (1U << nbits)) failed: Field too big for insn
Hi,
JDK-8247766 is backported to 11.0.11-oracle. I'd like to backport it for parity.
Change doesn't apply cleanly.
I had to apply failing hunks manually which are listed here: http://cr.openjdk.java.net/~mdoerr/8247766_aarch64_11u/8247766_aarch64_failed_hunks.txt
Note that there are minor differences regarding integer types. I've taken the new implementation.
In addition, I have taken "legitimize_address" from upstream. It was missing in 11u.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8247766
Original change:
https://hg.openjdk.java.net/jdk/jdk/rev/40c07de877ab
11u backport:
http://cr.openjdk.java.net/~mdoerr/8247766_aarch64_11u/webrev.00/
Please review.
Best regards,
Martin
More information about the jdk-updates-dev
mailing list