This is GCC Bugzilla
This is GCC Bugzilla Version 2.20+
View Bug Activity | Format For Printing | Clone This Bug
This is trivial-omission bug and the fix must be like the following. RCS file: /sources/classpath/classpath/gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java,v retrieving revision 1.10 diff -r1.10 VirtualMachineCommandSet.java 267c267 < idMan.getObjectId(root); --- > idMan.getObjectId(root).write(os); regards, BK
CVSROOT: /sources/classpath Module name: classpath Changes by: Andrew John Hughes <gnu_andrew> 08/07/07 03:11:44 Modified files: . : ChangeLog THANKYOU gnu/classpath/jdwp/processor: VirtualMachineCommandSet.java Log message: PRclasspath/36677: Add missing write 2008-07-07 Andrew John Hughes <gnu_andrew@member.fsf.org> * THANKYOU: Added Byeogncheol. 2008-07-07 Byeogncheol Lee <lineonking@gmail.com> PR classpath/36677: * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java: (executeTopLevelThreadGroups(ByteBuffer,DataOutputStream)): Add missing write. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9680&r2=1.9681 http://cvs.savannah.gnu.org/viewcvs/classpath/THANKYOU?cvsroot=classpath&r1=1.38&r2=1.39 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java?cvsroot=classpath&r1=1.10&r2=1.11
Fixed.