This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Keith> First, the JVMTI namespace I Keith> introduced to jvmti-int.h for event processing must have all the Keith> members declared extern (and subsequently defined in one place).
This part is ok.
Keith> + /* Don't even think about locking the env list here. It will prevent Keith> + any events from being posted if some thread suspended as a result Keith> + of a previous event. */
We may have to defer manipulations of the env list until it is safe.
Thanks, Keith
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |