< prev index next >

src/hotspot/share/services/threadService.hpp

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