Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349860

Make Class.isArray(), Class.isInterface() and Class.isPrimitive() non-native

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • None
    • hotspot

      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.

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: