[RFA/JDWP] VirtualMachineCommandSet.java
Aaron Luchko
aluchko@redhat.com
Thu Jul 14 17:25:00 GMT 2005
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 <aluchko@redhat.com>
* gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
Implemented VirtualMachine Command Set.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdwpVirtualMachine3.patch
Type: text/x-patch
Size: 17584 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050714/4250256d/attachment.bin>
More information about the Java-patches
mailing list