hotspot/src/share/vm/prims/jvmtiImpl.hpp
changeset 37992 c7ec6a3275f7
parent 21908 7f10463cc5a5
child 38091 d7e51f40ba2d
equal deleted inserted replaced
37991:ce2e1e55f28f 37992:c7ec6a3275f7
    32 #include "prims/jvmtiEventController.hpp"
    32 #include "prims/jvmtiEventController.hpp"
    33 #include "prims/jvmtiTrace.hpp"
    33 #include "prims/jvmtiTrace.hpp"
    34 #include "prims/jvmtiUtil.hpp"
    34 #include "prims/jvmtiUtil.hpp"
    35 #include "runtime/stackValueCollection.hpp"
    35 #include "runtime/stackValueCollection.hpp"
    36 #include "runtime/vm_operations.hpp"
    36 #include "runtime/vm_operations.hpp"
       
    37 #include "utilities/ostream.hpp"
    37 
    38 
    38 //
    39 //
    39 // Forward Declarations
    40 // Forward Declarations
    40 //
    41 //
    41 
    42 
   184   bool is_valid();
   185   bool is_valid();
   185   address getBcp();
   186   address getBcp();
   186   void each_method_version_do(method_action meth_act);
   187   void each_method_version_do(method_action meth_act);
   187   void set();
   188   void set();
   188   void clear();
   189   void clear();
   189   void print();
   190   void print(outputStream* out);
   190 
   191 
   191   Method* method() { return _method; }
   192   Method* method() { return _method; }
   192 
   193 
   193   // GrowableElement implementation
   194   // GrowableElement implementation
   194   address getCacheValue()         { return getBcp(); }
   195   address getCacheValue()         { return getBcp(); }