--- 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; }