diff -r ebf733a324d4 -r 33fe50b6d707 src/hotspot/share/runtime/safepoint.hpp --- 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);