src/hotspot/share/runtime/safepoint.cpp
changeset 54807 33fe50b6d707
parent 54621 0b6dc5b93306
child 54942 2523496f5107
--- 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.