RFR: 8320448: Accelerate IndexOf using AVX2 [v38]

Scott Gibbons sgibbons at openjdk.org
Tue May 28 21:12:16 UTC 2024


On Tue, 28 May 2024 16:57:54 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> @vnkozlov I'm getting an error in CI tests with this line added.  Can you please advise?
>> 
>> `TEST RESULT: Error. Parse Exception: Syntax error in @requires expression: invalid name: vm.cpu.features`
>
> You need to add `vm.cpu.features ` line to `test/jdk/TEST.ROOT` file. Similar to what we have in `test/hotspot/jtreg/TEST.ROOT`

Fixed.  Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16753#discussion_r1617893462


More information about the hotspot-compiler-dev mailing list