[JVMCI] Override ModifiersProvider.isConcrete in ResolvedJavaType to be isArray() || !isAbstract()

XMLWordPrintable

    • b26

      Array class's modifier contains JVM_ACC_ABSTRACT. In Graal, we often use the `isArray() || (!isAbstract() && !isInterface())` idiom to express that a class can have instances. It would be less error-prone if HotSpotResolvedJavaType can provide a helper method for this idiom.

            Assignee:
            Yudi Zheng
            Reporter:
            Yudi Zheng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: