Module jdk.jdi

Interface ThreadDeathRequest

    • Method Detail

      • addThreadFilter

        void addThreadFilter​(ThreadReference thread)
        Restricts the events generated by this request to those in the given thread.
        Parameters:
        thread - the thread to filter on.
        Throws:
        InvalidRequestStateException - if this request is currently enabled or has been deleted. Filters may be added only to disabled requests.