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

Vladimir Kozlov kvn at openjdk.org
Wed Oct 9 17:52:59 UTC 2024


On Wed, 9 Oct 2024 17:12:33 GMT, Quan Anh Mai <qamai 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.
>
> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   style changes

Good.

You need second review because change is not trivial.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21414#pullrequestreview-2357817812


More information about the hotspot-compiler-dev mailing list