< prev index next >

src/hotspot/share/services/threadService.hpp

Print this page
@@ -629,6 +629,13 @@
        _stat->thread_sleep_end();
      }
    }
  };
  
+ 
+ // jdk.internal.vm.ThreadSnapshot support
+ class ThreadSnapshotFactory: AllStatic {
+ public:
+   JVMTI_ONLY(static oop get_thread_snapshot(jobject jthread, TRAPS);)
+ };
+ 
  #endif // SHARE_SERVICES_THREADSERVICE_HPP
< prev index next >