hotspot/src/share/vm/prims/jvmtiImpl.hpp
changeset 37992 c7ec6a3275f7
parent 21908 7f10463cc5a5
child 38091 d7e51f40ba2d
--- a/hotspot/src/share/vm/prims/jvmtiImpl.hpp	Tue Apr 19 12:30:00 2016 +0200
+++ b/hotspot/src/share/vm/prims/jvmtiImpl.hpp	Tue Apr 19 14:14:04 2016 +0200
@@ -34,6 +34,7 @@
 #include "prims/jvmtiUtil.hpp"
 #include "runtime/stackValueCollection.hpp"
 #include "runtime/vm_operations.hpp"
+#include "utilities/ostream.hpp"
 
 //
 // Forward Declarations
@@ -186,7 +187,7 @@
   void each_method_version_do(method_action meth_act);
   void set();
   void clear();
-  void print();
+  void print(outputStream* out);
 
   Method* method() { return _method; }