[cp-patches] FYI: Add DefaultLoaderRepository

2007-01-15 Thread Andrew John Hughes
This adds the DefaultLoaderRepository, as well as fixing a typo from last night's patch and adding generics to MBeanServerFactory. Changelog: 2007-01-15 Andrew John Hughes <[EMAIL PROTECTED]> * javax/management/AttributeValueExp.java: Corrected serialVersionUID typo. *

Re: [cp-patches] [RFC/JDWP]: Add InvalidFrameException

2007-01-15 Thread Kyle Galloway
Keith Seitz wrote: Kyle Galloway wrote: Comments, concerns, or is this ok to commit? Okay Committed. - Kyle

Re: [cp-patches] [RFC/JDWP]: Add AbsentInformationException

2007-01-15 Thread Kyle Galloway
Keith Seitz wrote: Kyle Galloway wrote: Comments, concerns, or is this ok to commit? Okay Committed. - Kyle

Re: [cp-patches] [RFC/JDWP]: Add InvalidSlotException

2007-01-15 Thread Kyle Galloway
Keith Seitz wrote: Kyle Galloway wrote: Comments, concerns, or is this ok to commit? Looks okay. Do you have commit access, or do you need me to check it in for you? Comitted. - Kyle

Re: [cp-patches] [RFC/JDWP]: Add InvalidFrameException

2007-01-15 Thread Keith Seitz
Kyle Galloway wrote: Comments, concerns, or is this ok to commit? Okay Keith

Re: [cp-patches] [RFC/JDWP]: Add AbsentInformationException

2007-01-15 Thread Keith Seitz
Kyle Galloway wrote: Comments, concerns, or is this ok to commit? Okay Keith

Re: [cp-patches] [RFC/JDWP]: Add InvalidSlotException

2007-01-15 Thread Keith Seitz
Kyle Galloway wrote: Comments, concerns, or is this ok to commit? Looks okay. Do you have commit access, or do you need me to check it in for you? Keith

[cp-patches] [RFC/JDWP]: Add InvalidFrameException

2007-01-15 Thread Kyle Galloway
This patch adds an exception thrown when the debugger tries to access an invalid frame, using an invalid frameid. ChangeLog: 2007-01-15 Kyle Galloway <[EMAIL PROTECTED]> * gnu/classpath/jdwp/exception/InvalidFrameException.java: New file. Comments, concerns, or is this ok to com

Re: [cp-patches] [RFC/JDWP]: Add AbsentInformationException

2007-01-15 Thread Kyle Galloway
Forgot to get rid of the spaces before open brackets ('('). New patch has these changes. - Kyle Kyle Galloway wrote: This patch adds an exception thrown when Jdwp tries to access information that is not available. For example, if it requests a local variable table, and there is no local var

[cp-patches] [RFC/JDWP]: Add AbsentInformationException

2007-01-15 Thread Kyle Galloway
This patch adds an exception thrown when Jdwp tries to access information that is not available. For example, if it requests a local variable table, and there is no local variable information avalible for that method. ChangeLog: 2007-01-15 Kyle Galloway <[EMAIL PROTECTED]> * gnu/classpat

[cp-patches] [RFC/JDWP]: Add InvalidSlotException

2007-01-15 Thread Kyle Galloway
This patch adds an exception for an invalid variable slot to gnu/classpath/jdwp/exception. This will be thrown if the debugger tries to access a variable slot that doesn't exist. ChangeLog: 2007-01-15 Kyle Galloway <[EMAIL PROTECTED]> * gnu/classpath/jdwp/exception/InvalidSlotException.ja