src/hotspot/share/runtime/safepoint.hpp
changeset 54807 33fe50b6d707
parent 54009 13acb4339895
child 55514 03468b206457
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/runtime/safepoint.hpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/runtime/safepoint.hpp	Fri May 10 09:05:29 2019 -0400
@@ -226,7 +226,7 @@
 
   // debugging
   void print_on(outputStream* st) const;
-  void print() const                        { print_on(tty); }
+  void print() const;
 
   // Initialize
   static void create(JavaThread *thread);