[lworld] Integrated: 8378247: [lworld] Move ciKlass::can_be_inline_klass to ciType
Tobias Hartmann
thartmann at openjdk.org
Fri Feb 20 06:03:43 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
This pull request has now been integrated.
Changeset: 94dd24b5
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/94dd24b5373da13f0e089b3e0c30b259d0c01707
Stats: 13 lines in 4 files changed: 4 ins; 4 del; 5 mod
8378247: [lworld] Move ciKlass::can_be_inline_klass to ciType
Reviewed-by: mchevalier
-------------
PR: https://git.openjdk.org/valhalla/pull/2139
More information about the valhalla-dev
mailing list