src/hotspot/share/runtime/stubCodeGenerator.hpp
changeset 54807 33fe50b6d707
parent 53244 9807daeb47c4
--- a/src/hotspot/share/runtime/stubCodeGenerator.hpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/runtime/stubCodeGenerator.hpp	Fri May 10 09:05:29 2019 -0400
@@ -88,7 +88,7 @@
   int         size_in_bytes() const              { return _end - _begin; }
   bool        contains(address pc) const         { return _begin <= pc && pc < _end; }
   void        print_on(outputStream* st) const;
-  void        print() const                      { print_on(tty); }
+  void        print() const;
 };
 
 // The base class for all stub-generating code generators.