diff src/share/vm/runtime/virtualspace.hpp @ 12240:8c5e6482cbfc

8024752: Log TraceMetadata* output to gclog_or_tty instead of tty Reviewed-by: brutisso, mgerdin, coleenp
author stefank
date Fri, 13 Sep 2013 22:25:27 +0200
parents c4c768305a8f
children 04b18a42c2f3
line wrap: on
line diff
--- a/src/share/vm/runtime/virtualspace.hpp	Fri Sep 13 22:23:48 2013 +0200
+++ b/src/share/vm/runtime/virtualspace.hpp	Fri Sep 13 22:25:27 2013 +0200
@@ -203,7 +203,8 @@
   void check_for_contiguity() PRODUCT_RETURN;
 
   // Debugging
-  void print() PRODUCT_RETURN;
+  void print_on(outputStream* out) PRODUCT_RETURN;
+  void print();
 };
 
 #endif // SHARE_VM_RUNTIME_VIRTUALSPACE_HPP