RFR: 8341784: Refactor TypeVect to use a BasicType instead of a const Type*

Quan Anh Mai qamai at openjdk.org
Thu Oct 10 16:52:17 UTC 2024


On Wed, 9 Oct 2024 16:55:55 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Hi,
>> 
>> This patch refactors `TypeVect` to use a `BasicType` instead of a `const Type*` as our current implementation. This conveys the element information in a clearer and safer manner.
>> 
>> Please take a look and leave your reviews,
>> Thanks a lot.
>
> My testing passed.

@vnkozlov Could you re-review this, please, it seems required.

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

PR Comment: https://git.openjdk.org/jdk/pull/21414#issuecomment-2405603659


More information about the hotspot-compiler-dev mailing list