With modifiers made non-native, these other Class methods could also be made non-native and the compiler intrinsic can be removed as discussed in the PR for JDK-8346567. Only isPrimitive() requires a new field in java.lang.Class the other two can use the existing information.
- relates to
-
JDK-8349145 Make Class.getProtectionDomain() non-native
-
- Resolved
-
-
JDK-8346567 Make Class.getModifiers() non-native
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/23572