changeset 52356 | 19c4a3eec4d7 |
parent 52311 | 274ba8fbd96d |
child 52781 | 436097b038a1 |
--- a/src/hotspot/share/oops/instanceKlass.hpp Tue Oct 16 16:26:28 2018 -0400 +++ b/src/hotspot/share/oops/instanceKlass.hpp Wed Oct 31 14:38:14 2018 -0400 @@ -1007,7 +1007,7 @@ #endif // Access to the implementor of an interface. - Klass* implementor(bool log = false) const; + 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