Merge
authordholmes
Fri, 29 Jan 2016 03:19:07 +0100
changeset 35883 fb46176bb4c6
parent 35881 accf9644fb73 (diff)
parent 35882 98c7219214df (current diff)
child 35884 ec439aaca107
child 35885 6e62be7db2c8
child 35887 169f3d39af5b
child 35889 d0d5d6cb28b6
Merge
--- a/hotspot/src/share/vm/oops/metadata.hpp	Thu Jan 28 16:05:41 2016 -0500
+++ b/hotspot/src/share/vm/oops/metadata.hpp	Fri Jan 29 03:19:07 2016 +0100
@@ -58,13 +58,13 @@
     if (this == NULL)
       st->print("NULL");
     else
-      print_on(tty);
+      print_on(st);
   }
   void print_value_on_maybe_null(outputStream* st) const {
     if (this == NULL)
       st->print("NULL");
     else
-      print_value_on(tty);
+      print_value_on(st);
   }
 
   virtual void print_on(outputStream* st) const;       // First level print