diff -r ebf733a324d4 -r 33fe50b6d707 src/hotspot/share/runtime/safepoint.cpp --- a/src/hotspot/share/runtime/safepoint.cpp Thu May 09 14:28:30 2019 +0200 +++ b/src/hotspot/share/runtime/safepoint.cpp Fri May 10 09:05:29 2019 -0400 @@ -1037,6 +1037,8 @@ _thread->print_thread_state_on(st); } +void ThreadSafepointState::print() const { print_on(tty); } + // --------------------------------------------------------------------------------------------------------------------- // Block the thread at poll or poll return for safepoint/handshake.