[lworld] Integrated: 8281380: [lworld] Rename T_INLINE_TYPE to T_PRIMITIVE_OBJECT
Frederic Parain
fparain at openjdk.java.net
Tue Feb 8 19:51:35 UTC 2022
On Tue, 8 Feb 2022 15:51:34 GMT, Frederic Parain <fparain at openjdk.org> wrote:
> Please review this renaming patch, changing T_INLINE_TYPE to T_PRIMITIVE_OBJECT in order to prevent the confusion between the InlineKlass concept, which is used to represent both value classes and primitive classes, and the BasicType that represents only primitive classes.
>
> Remaining occurrences of the "INLINE_TYPE" string are located in a JDI test, which could be fixed later, and in the verifier code, which might need to be revisited to check the way value classes/primitive classes are handled.
>
> Tested with Mach5, tier1 to ensure build is working on all platforms.
>
> Thank you,
>
> Fred
This pull request has now been integrated.
Changeset: 954f5ca4
Author: Frederic Parain <fparain at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/954f5ca407e4d68204fc0010d2082103255a61cb
Stats: 323 lines in 98 files changed: 0 ins; 0 del; 323 mod
8281380: [lworld] Rename T_INLINE_TYPE to T_PRIMITIVE_OBJECT
Reviewed-by: hseigel
-------------
PR: https://git.openjdk.java.net/valhalla/pull/638
More information about the valhalla-dev
mailing list