RFR: 8351902: RISC-V: Several tests fail after JDK-8351145
Robbin Ehn
rehn at openjdk.org
Tue Mar 18 07:34:06 UTC 2025
On Thu, 13 Mar 2025 08:57:48 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this simple patch?
> These client tests seems not that useful to me, so the simple solution could be just disable them on riscv.
>
> Thanks!
I think someone took a short-cut and added flagless vm.
The correct requires should be:
- * @requires vm.flagless
+ * @requires vm.compiler2.enabled & vm.opt.final.UseMD5Intrinsics == true
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24027#issuecomment-2731951810
More information about the hotspot-compiler-dev
mailing list