Skip to content

Inline x86 interface array cast check #23616

@0xdaryl

Description

@0xdaryl

PR #23383 significantly improves checkcast/instanceof/Class.isAssignableFrom performance by inlining and specializing the case where the cast class is an array known at compile-time. However, it does not handle inline the case where the array happens to be an array of interfaces.

This issue tracks the work to implement the interface case. The logic to inline should be derived from here ->

if (J9ROMCLASS_IS_INTERFACE(castClass->romClass)) {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions