From dzhang at openjdk.org Thu Jan 9 06:12:10 2025 From: dzhang at openjdk.org (Dingli Zhang) Date: Thu, 9 Jan 2025 06:12:10 GMT Subject: [riscv-port-jdk11u:riscv-port] RFR: 8295110: RISC-V: Mark out relocations as incompressible In-Reply-To: References: Message-ID: On Thu, 12 Dec 2024 02:17:30 GMT, Dingli Zhang wrote: > Hi, > Please help review this backport to riscv-port-jdk11u. > This backport contains multiple issues: > - [8295110: RISC-V: Mark out relocations as incompressible](https://bugs.openjdk.org/browse/JDK-8295110) > - [8305112: RISC-V: Typo fix for RVC description](https://bugs.openjdk.org/browse/JDK-8305112) > - [8295396: RISC-V: Cleanup useless CompressibleRegions](https://bugs.openjdk.org/browse/JDK-8295396) > - [8305512: RISC-V: Enable RVC extension by default on](https://bugs.openjdk.org/browse/JDK-8305512) > > The original patch cannot be directly applied because of riscv-port-jdk11u do not have ZGC andsome minor conflict resolution. > Another conflict is that we do not have the refactoring `8295270: RISC-V: Clean up and refactoring for assembler functions` on 11u. > > It's also worth mentioning that there are some changes to the `8295110` implementation because jdk11u uses gnu++98 which cannot use lambda. > > Testing: > > - Tier1 passed without new failure on lp4a (release). bot, please keep it open ------------- PR Comment: https://git.openjdk.org/riscv-port-jdk11u/pull/45#issuecomment-2579249530