jdk/src/jdk.jdi/share/classes/com/sun/jdi/InterfaceType.java
changeset 29102 fa8bbdfd8750
parent 25859 3317bb8137f4
child 34894 3248b89d1921
equal deleted inserted replaced
29101:55f7a91aaa32 29102:fa8bbdfd8750
   143      * one will resume the EventSet.  To avoid this, all EventRequests should
   143      * one will resume the EventSet.  To avoid this, all EventRequests should
   144      * be disabled before doing the invokeMethod, or the invokeMethod should
   144      * be disabled before doing the invokeMethod, or the invokeMethod should
   145      * not be done from the client's event handler thread.
   145      * not be done from the client's event handler thread.
   146      * <p>
   146      * <p>
   147      * The resumption of other threads during the invocation can be prevented
   147      * The resumption of other threads during the invocation can be prevented
   148      * by specifying the {@link #INVOKE_SINGLE_THREADED}
   148      * by specifying the {@link ClassType#INVOKE_SINGLE_THREADED}
   149      * bit flag in the <code>options</code> argument; however,
   149      * bit flag in the <code>options</code> argument; however,
   150      * there is no protection against or recovery from the deadlocks
   150      * there is no protection against or recovery from the deadlocks
   151      * described above, so this option should be used with great caution.
   151      * described above, so this option should be used with great caution.
   152      * Only the specified thread will be resumed (as described for all
   152      * Only the specified thread will be resumed (as described for all
   153      * threads above). Upon completion of a single threaded invoke, the invoking thread
   153      * threads above). Upon completion of a single threaded invoke, the invoking thread