CVSROOT: /sources/classpath
Module name: classpath
Branch:
Changes by: Keith Seitz <[EMAIL PROTECTED]> 05/12/16 23:15:54
Modified files:
. : ChangeLog
gnu/classpath/jdwp: Jdwp.java
gnu/classpath/jdwp/event: EventManager.java
Log message:
* gnu/classpath/jdwp/event/EventManager.java (EventManager): Catch
all JdwpExceptions when initializing the event table.
(requestEvent): Update to allow throwing JdwpException from
VMVirtualMachine methods.
(deleteRequest): Likewise.
(clearRequests): Likewise.
* gnu/classpath/jdwp/Jdwp.java (notify): Catch exceptions
from sendEvent and _enforceSuspendPolicy.
(sendEvent): Do not catch IOException here.
(_enforceSuspendPolicy): Update to allow throwing JdwpException
from VMVirtualMachine methods.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5838&tr2=1.5839&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/classpath/jdwp/Jdwp.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/classpath/jdwp/event/EventManager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text