src/hotspot/share/runtime/vmOperations.hpp
changeset 53463 b2d1c3b0bd31
parent 53244 9807daeb47c4
child 53507 44a9dd4e4d96
equal deleted inserted replaced
53462:091ed8f2e7d7 53463:b2d1c3b0bd31
   443   GrowableArray<instanceHandle>* _threads;
   443   GrowableArray<instanceHandle>* _threads;
   444   int                            _max_depth;
   444   int                            _max_depth;
   445   bool                           _with_locked_monitors;
   445   bool                           _with_locked_monitors;
   446   bool                           _with_locked_synchronizers;
   446   bool                           _with_locked_synchronizers;
   447 
   447 
   448   ThreadSnapshot* snapshot_thread(JavaThread* java_thread, ThreadConcurrentLocks* tcl);
   448   void snapshot_thread(JavaThread* java_thread, ThreadConcurrentLocks* tcl);
   449 
   449 
   450  public:
   450  public:
   451   VM_ThreadDump(ThreadDumpResult* result,
   451   VM_ThreadDump(ThreadDumpResult* result,
   452                 int max_depth,  // -1 indicates entire stack
   452                 int max_depth,  // -1 indicates entire stack
   453                 bool with_locked_monitors,
   453                 bool with_locked_monitors,