< prev index next > src/hotspot/share/services/threadService.hpp
Print this page
// jdk.internal.vm.ThreadSnapshot support
class ThreadSnapshotFactory: AllStatic {
public:
! JVMTI_ONLY(static oop get_thread_snapshot(jobject jthread, TRAPS);)
};
#endif // SHARE_SERVICES_THREADSERVICE_HPP
// jdk.internal.vm.ThreadSnapshot support
class ThreadSnapshotFactory: AllStatic {
public:
! JVMTI_ONLY(static oop get_thread_snapshot(jobject jthread, jboolean suspended_by_caller, TRAPS);)
};
#endif // SHARE_SERVICES_THREADSERVICE_HPP
< prev index next >