]> gcc.gnu.org Git - gcc.git/commit
VariableTable.java: Change longs to ints for argCnt and slots.
authorKyle Galloway <kgallowa@redhat.com>
Thu, 5 Apr 2007 00:00:45 +0000 (00:00 +0000)
committerKyle Galloway <kgallowa@gcc.gnu.org>
Thu, 5 Apr 2007 00:00:45 +0000 (00:00 +0000)
commitdabf62003ec4a2d31f5b276650b1554db840601a
tree25bca4c12f959cc545b8bd9b480b4911fa99c513
parent51a6c5b35181d70438a8eed49f3b91b62cf1d860
VariableTable.java: Change longs to ints for argCnt and slots.

2007-04-04  Kyle Galloway  <kgallowa@redhat.com>

* classpath/gnu/classpath/jdwp/util/VariableTable.java: Change longs
to ints for argCnt and slots.
(write): Replace writeLong with writeInt for the above.

From-SVN: r123511
libjava/ChangeLog
libjava/classpath/gnu/classpath/jdwp/util/VariableTable.java
libjava/classpath/lib/gnu/classpath/jdwp/util/VariableTable.class
libjava/gnu/classpath/jdwp/util/VariableTable.h
This page took 0.057387 seconds and 5 git commands to generate.