src/hotspot/share/runtime/jniHandles.hpp
changeset 54807 33fe50b6d707
parent 53244 9807daeb47c4
child 55153 47d928ba8733
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/runtime/jniHandles.hpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/runtime/jniHandles.hpp	Fri May 10 09:05:29 2019 -0400
@@ -97,7 +97,7 @@
 
   // Debugging
   static void print_on(outputStream* st);
-  static void print()           { print_on(tty); }
+  static void print();
   static void verify();
   // The category predicates all require handle != NULL.
   static bool is_local_handle(Thread* thread, jobject handle);