Hi Andrew,

Andrew John Hughes wrote:

On Sun, 2005-12-04 at 14:11 +0100, Nicolas Geoffray wrote:
Here's a fix that eases implementation of the VMInstrumentationImpl.redefineClasses method. The VM might not want to keep the Instrument object, therefore it must
be given explicitely to the VMInstrumentationImpl.redefineClasses method

2005-12-04  Nicolas Geoffray  <[EMAIL PROTECTED]>
        
        * vm/reference/java/lang/VMInstrumentationImpl.java
        (redefineClasses): Added an extra parameter of type
        java.lang.instrument.Instrument.
        *java/lang/InstrumentationImpl.java
        (redefineClasses): Added the Instrumentation object
        to the arguments of VMInstrumentationImpl.redefineClasses
        call.


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Am I missing something or is there a reason the code was only added to
the branch and not to HEAD?  From the patches, I don't see any 1.5
language features.

Instrumentation is a 1.5 package feature. It's not part of the 1.4 specification. That's why
the files are only in the branch.

Nicolas



_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to