-
Enhancement
-
Resolution: Unresolved
-
P4
-
24
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.
- links to
-
Review(master) openjdk/jdk/22111