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

Make InstanceKlass::implementor return InstanceKlass

XMLWordPrintable

    • b12

      To avoid InstanceKlass::cast() calls

        // Access to the implementor of an interface.
        Klass* implementor() const;
        void set_implementor(Klass* k);
        int nof_implementors() const;
        void add_implementor(Klass* k); // k is a new class that implements this interface
        void init_implementor(); // initialize

            hseigel Harold Seigel (Inactive)
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: