hotspot/src/share/vm/prims/jvmtiImpl.hpp
changeset 38091 d7e51f40ba2d
parent 37992 c7ec6a3275f7
child 46438 b093c3f1ab3d
--- a/hotspot/src/share/vm/prims/jvmtiImpl.hpp	Mon Apr 25 12:11:58 2016 -0700
+++ b/hotspot/src/share/vm/prims/jvmtiImpl.hpp	Tue Apr 26 10:58:03 2016 +0200
@@ -183,11 +183,11 @@
   bool lessThan(JvmtiBreakpoint &bp);
   void copy(JvmtiBreakpoint& bp);
   bool is_valid();
-  address getBcp();
+  address getBcp() const;
   void each_method_version_do(method_action meth_act);
   void set();
   void clear();
-  void print(outputStream* out);
+  void print_on(outputStream* out) const;
 
   Method* method() { return _method; }