RFR: 8325520: Vector loads with offsets incorrectly compiled [v12]
Damon Fenacci
dfenacci at openjdk.org
Wed May 22 14:43:26 UTC 2024
On Wed, 22 May 2024 07:52:12 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Damon Fenacci has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8325520: add override keyword
>
> src/hotspot/share/opto/vectornode.hpp line 1007:
>
>> 1005: class LoadVectorMaskedNode : public LoadVectorNode {
>> 1006: public:
>> 1007: enum { Mask = 3 };
>
> Where is this used?
Removed.
> src/hotspot/share/opto/vectornode.hpp line 1034:
>
>> 1032: enum { Offsets = 3,
>> 1033: Mask
>> 1034: };
>
> Where is this used?
Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18347#discussion_r1610124608
PR Review Comment: https://git.openjdk.org/jdk/pull/18347#discussion_r1610124322
More information about the hotspot-compiler-dev
mailing list