RFR: 8351902: RISC-V: Several tests fail after JDK-8351145

Hamlin Li mli at openjdk.org
Tue Mar 18 12:20:11 UTC 2025


On Tue, 18 Mar 2025 07:31:16 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

> 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
> ```

Seems not, `UseMD5Intrinsics` should be the  vm flag to be verified, rather than passed in as a vm flag.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24027#issuecomment-2733011929


More information about the hotspot-compiler-dev mailing list