classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] [generics] FYI: New Instrumentation parameter to VMInst


From: Nicolas Geoffray
Subject: Re: [cp-patches] [generics] FYI: New Instrumentation parameter to VMInstrumentationImpl.redefineClasses
Date: Sat, 14 Jan 2006 03:13:54 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051019)

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  <address@hidden>
        
        * 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
address@hidden
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





reply via email to

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