Name: tb29552 Date: 05/24/2001
J2SE version is not relevant
The documentation for SetEventNotificationMode in the JVMDI specification (
http://java.sun.com/j2se/1.3/docs/guide/jpda/jvmdi-spec.html#SetEventNotificatio
nMode ) could use some clarification.
If an event is enabled globally, is it enabled for threads that are created
after the event was enabled? If we assume this is true, then what happens when
the event is disabled for a single thread? Is it still enabled for all new
threads, or has it become disabled globally but enabled for every thread that
was already present?
How we implement our JVMDI depends on the answers to these questions.
(Review ID: 124989)
======================================================================