-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 24
-
Component/s: hotspot
-
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