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

Dynalink GuardedInvocation must check the Class object passed

XMLWordPrintable

    • b102
    • generic
    • generic

      GuardedInvocation's constructor accepts optional Class param for exception class (for guard). While Class<? extends Throwable> is used, a non-Java usage can pass a Class that is not a subclass Throwable. GuardedInvocation must do a runtime check to make sure that the Class passed represents is a subclass of Throwable class.

            sundar Sundararajan Athijegannathan
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: