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