classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Re: [RFA/JDWP] VirtualMachineCommandSet.java


From: Aaron Luchko
Subject: [cp-patches] Re: [RFA/JDWP] VirtualMachineCommandSet.java
Date: Thu, 14 Jul 2005 13:25:32 -0400

I've made a small change in how we handle createString
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp/jdwp-protocol.html#JDWP_VirtualMachine_CreateString
we discussed it on IRC and it seemed more correct to create the String
and disable garbage collection on it than to use intern since 
http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdwp/jdwp-protocol.html#JDWP_ArrayType_NewInstance
is highly similar but has no such intern method.

I've committed this modified patch to head.

thanks,
Aaron

ChangeLog

2005-07-14  Aaron Luchko  <address@hidden>

        * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
        Implemented VirtualMachine Command Set.

Attachment: jdwpVirtualMachine3.patch
Description: Text Data


reply via email to

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