[lworld] RFR: 8378247: [lworld] Move ciKlass::can_be_inline_klass to ciType
Marc Chevalier
mchevalier at openjdk.org
Thu Feb 19 15:52:16 UTC 2026
On Thu, 19 Feb 2026 13:12:29 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Moving `ciKlass::can_be_inline_klass` to `ciType` will simplify code and also avoid static analysis to complain about that `obj_type` in `GraphBuilder::monitorenter` could not be a `ciKlass` (which I think is a false positive, but hard to prove).
>
> Thanks,
> Tobias
Marked as reviewed by mchevalier (Committer).
-------------
PR Review: https://git.openjdk.org/valhalla/pull/2139#pullrequestreview-3826752687
More information about the valhalla-dev
mailing list