classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Re: [commit-cp] classpath ./ChangeLog vm/reference/gnu/clas


From: Mark Wielaard
Subject: [cp-patches] Re: [commit-cp] classpath ./ChangeLog vm/reference/gnu/classpat...
Date: Fri, 16 Dec 2005 23:31:30 +0100

Hi Keith,

On Fri, 2005-12-16 at 21:04 +0000, Keith Seitz wrote:
>       * vm/reference/gnu/classpath/jdwp/VMVirtualMachine.java
>       (VMVirtualMachine): All methods now throw JdwpException.

That breaks the build since JdwpException is a checked exception and we
now have several places that call these methods but don't expect such an
exception:

Found 3 semantic errors compiling
"../gnu/classpath/jdwp/event/EventManager.jav:
   205.     VMVirtualMachine.registerEvent (request);
            ^--------------------------------------^
*** Semantic Error: The method "void
registerEvent(gnu.classpath.jdwp.event.Eve.

   230.         VMVirtualMachine.unregisterEvent (request);
                ^----------------------------------------^
*** Semantic Error: The method "void
unregisterEvent(gnu.classpath.jdwp.event.E.

   250.     VMVirtualMachine.clearEvents (kind);
            ^---------------------------------^
*** Semantic Error: The method "void clearEvents(byte kind) throws
gnu.classpat.
Found 2 semantic errors compiling "../gnu/classpath/jdwp/Jdwp.java":

   254.         VMVirtualMachine.suspendThread (this);
                ^-----------------------------------^
*** Semantic Error: The method "void suspendThread(java.lang.Thread
thread) thr.

   258.         VMVirtualMachine.suspendAllThreads ();
                ^-----------------------------------^
*** Semantic Error: The method "void suspendAllThreads() throws
gnu.classpath.j.

Please fix.

Thanks,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]