Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 36677
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Andrew John Hughes <gnu_andrew@member.fsf.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: Byeogncheol Lee <lineonking@gmail.com>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 36677 depends on: Show dependency tree
Show dependency graph
Bug 36677 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: 2008-07-07 14:38 Opened: 2008-06-30 16:26
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

------- Comment #1 From Andrew John Hughes 2008-07-07 14:38 -------
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

------- Comment #2 From Andrew John Hughes 2008-07-07 14:38 -------
Fixed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug