src/hotspot/share/oops/instanceKlass.hpp
changeset 52311 274ba8fbd96d
parent 52188 0fcd1285435e
child 52356 19c4a3eec4d7
--- a/src/hotspot/share/oops/instanceKlass.hpp	Mon Oct 29 08:38:59 2018 -0400
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Mon Oct 29 10:21:34 2018 -0400
@@ -1007,7 +1007,7 @@
 #endif
 
   // Access to the implementor of an interface.
-  Klass* implementor() const;
+  Klass* implementor(bool log = false) const;
   void set_implementor(Klass* k);
   int  nof_implementors() const;
   void add_implementor(Klass* k);  // k is a new class that implements this interface